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:
strong_mode_down_cast_composite: ignore
# we allow having TODOs in the code
todo: ignore
exclude:
- 'bin/**'
linter:
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