Commit 207451f2 authored by Devon Carew's avatar Devon Carew Committed by GitHub

exclude //bin from analysis (#5494)

parent e1d9468d
...@@ -19,6 +19,8 @@ analyzer: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment