exclude //bin from analysis (#5494)

This commit is contained in:
Devon Carew 2016-08-18 19:11:39 -07:00 committed by GitHub
parent e1d9468dca
commit 207451f270

View file

@ -19,6 +19,8 @@ analyzer:
strong_mode_down_cast_composite: ignore
# we allow having TODOs in the code
todo: ignore
exclude:
- 'bin/**'
linter:
rules: