exclude //bin from analysis (#5494)
This commit is contained in:
parent
e1d9468dca
commit
207451f270
@ -19,6 +19,8 @@ analyzer:
|
|||||||
strong_mode_down_cast_composite: ignore
|
strong_mode_down_cast_composite: ignore
|
||||||
# we allow having TODOs in the code
|
# we allow having TODOs in the code
|
||||||
todo: ignore
|
todo: ignore
|
||||||
|
exclude:
|
||||||
|
- 'bin/**'
|
||||||
|
|
||||||
linter:
|
linter:
|
||||||
rules:
|
rules:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user