Skip to content

Commit 3366d6e

Browse files
committed
chore: relax linter rules
- Ignored avoid_print - Ignored use_if_null
1 parent f1105fc commit 3366d6e

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,7 +1,9 @@
11
analyzer:
22
errors:
33
avoid_catches_without_on_clauses: ignore
4+
avoid_print: ignore
45
lines_longer_than_80_chars: ignore
6+
use_if_null_to_convert_nulls_to_bools: ignore
57
include: package:very_good_analysis/analysis_options.7.0.0.yaml
68
linter:
79
rules:

0 commit comments

Comments
 (0)