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 df1813f commit 0db9186Copy full SHA for 0db9186
pkgs/native_doc_dartifier/analysis_options.yaml
@@ -1,16 +1,11 @@
1
include: package:dart_flutter_team_lints/analysis_options.yaml
2
3
analyzer:
4
- errors:
5
- todo: ignore
6
language:
7
- strict-casts: true
8
- strict-inference: true
9
strict-raw-types: true
10
11
linter:
12
rules:
13
- - dangling_library_doc_comments
14
- prefer_const_declarations
15
- prefer_expression_function_bodies
16
- prefer_final_in_for_each
0 commit comments