We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff9975 commit 651492fCopy full SHA for 651492f
README.md
@@ -284,6 +284,7 @@ parameters:
284
check:
285
missingCheckedExceptionInThrows: true # enforce checked exceptions to be stated in @throws
286
tooWideThrowType: true # report invalid @throws (exceptions that are not actually thrown in annotated method)
287
+ throwTypeCovariance: true # enable LSP checks
288
implicitThrows: false # no @throws means nothing is thrown (otherwise Throwable is thrown)
289
checkedExceptionClasses:
290
- YourApp\TopLevelRuntimeException # track only your exceptions (children of some, typically RuntimeException)
0 commit comments