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 3290494 commit f06aa1aCopy full SHA for f06aa1a
analysis_options.yaml
@@ -1,11 +1,13 @@
1
include: package:very_good_analysis/analysis_options.7.0.0.yaml
2
analyzer:
3
errors:
4
+ cast_nullable_to_non_nullable: ignore
5
document_ignores: ignore
6
lines_longer_than_80_chars: ignore
7
no_runtimetype_tostring: ignore
8
overridden_fields: ignore
9
prefer_initializing_formals: ignore
10
+ require_trailing_commas: ignore
11
unnecessary_null_checks: ignore
12
unused_element: ignore
13
use_super_parameters: ignore
0 commit comments