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 ac8c69f commit 90722f5Copy full SHA for 90722f5
detekt.yml
@@ -10,6 +10,8 @@ complexity:
10
11
empty-blocks:
12
excludes: ["**/src/test/resources/**"]
13
+ EmptyCatchBlock:
14
+ allowedExceptionNameRegex: '_|(cancel|interrupt|ignore|expected).*'
15
16
exceptions:
17
0 commit comments