Skip to content

Commit 92ce3ae

Browse files
wolfenraintomarra
andauthored
feat: add avoid_catches_without_on_clauses (#123)
Co-authored-by: Tom Arra <[email protected]>
1 parent 5d2bc72 commit 92ce3ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/analysis_options.7.0.0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ linter:
2323
- always_use_package_imports
2424
- annotate_overrides
2525
- avoid_bool_literals_in_conditional_expressions
26+
- avoid_catches_without_on_clauses
2627
- avoid_catching_errors
2728
- avoid_double_and_int_checks
2829
- avoid_dynamic_calls

0 commit comments

Comments
 (0)