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 6a377a4 commit 9d82a86Copy full SHA for 9d82a86
pkg/analyzer_testing/analysis_options.yaml
@@ -3,6 +3,11 @@ include: package:lints/recommended.yaml
3
analyzer:
4
exclude:
5
- lib/mock_packages/package_content/**
6
+ errors:
7
+ # Ignoring this for all developers means developers don't need to ignore
8
+ # TODOs in their IDE settings.
9
+ todo: ignore
10
+
11
language:
12
strict-casts: true
13
strict-inference: true
0 commit comments