Skip to content

Commit f06aa1a

Browse files
committed
chore: update analysis options
- Ignore nullable cast errors - Ignore missing commas
1 parent 3290494 commit f06aa1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

analysis_options.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
include: package:very_good_analysis/analysis_options.7.0.0.yaml
22
analyzer:
33
errors:
4+
cast_nullable_to_non_nullable: ignore
45
document_ignores: ignore
56
lines_longer_than_80_chars: ignore
67
no_runtimetype_tostring: ignore
78
overridden_fields: ignore
89
prefer_initializing_formals: ignore
10+
require_trailing_commas: ignore
911
unnecessary_null_checks: ignore
1012
unused_element: ignore
1113
use_super_parameters: ignore

0 commit comments

Comments
 (0)