Skip to content

Commit 1b7e0f4

Browse files
committed
ci: ignore cast_nullable_to_non_nullable lint rule
- Add 'cast_nullable_to_non_nullable: ignore' to analysis_options.yaml - This change allows ignoring issues related to casting nullable types to non-nullable types
1 parent 012443f commit 1b7e0f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ analyzer:
1111
document_ignores: ignore
1212
one_member_abstracts: ignore
1313
cascade_invocations: ignore
14+
cast_nullable_to_non_nullable: ignore
1415
exclude:
1516
- build/**
1617
linter:

0 commit comments

Comments
 (0)