Android Studio - Inspect Code - Exclude generated files

前端 未结 4 1812
梦如初夏
梦如初夏 2021-02-20 03:24

Is there any way, how to exclude android generated files (or manually specify excluded folders), from Analyze -> Inspect Code ?

4条回答
  •  爱一瞬间的悲伤
    2021-02-20 04:08

    Take a look at this answer:

    You basically just create a custom scope with the following pattern: !file:*intermediates*/&&!file:*generated*/&&!lib:*..*

    Hope this helps.

提交回复
热议问题