Skip to content

Commit 1b1da3e

Browse files
committed
Config option exceptions.check.tooWideThrowType made true by default
1 parent b711b3b commit 1b1da3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/config.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ parameters:
1919
checkedExceptionClasses: []
2020
check:
2121
missingCheckedExceptionInThrows: false
22-
tooWideThrowType: false
22+
tooWideThrowType: true
2323
featureToggles:
2424
bleedingEdge: false
2525
skipCheckGenericClasses: []

0 commit comments

Comments
 (0)