We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c73a7 commit d410173Copy full SHA for d410173
pkg/analyzer_utilities/analysis_options.yaml
@@ -5,6 +5,10 @@ analyzer:
5
strict-casts: true
6
strict-inference: true
7
strict-raw-types: true
8
+ errors:
9
+ # Ignoring this for all developers means developers don't need to ignore
10
+ # TODOs in their IDE settings.
11
+ todo: ignore
12
13
linter:
14
rules:
0 commit comments