Skip to content

Commit

Permalink
Config option exceptions.check.tooWideThrowType made true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 30, 2024
1 parent b711b3b commit 1b1da3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/config.neon
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ parameters:
checkedExceptionClasses: []
check:
missingCheckedExceptionInThrows: false
tooWideThrowType: false
tooWideThrowType: true
featureToggles:
bleedingEdge: false
skipCheckGenericClasses: []
Expand Down

0 comments on commit 1b1da3e

Please sign in to comment.