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 ce07a4e commit 171ed13Copy full SHA for 171ed13
detekt.yml
@@ -9,12 +9,10 @@ complexity:
9
excludes: ["**/src/test/resources/**"]
10
11
empty-blocks:
12
- excludes: ["**/src/test/resources/**"]
13
- EmptyCatchBlock:
14
- allowedExceptionNameRegex: '_|(cancel|interrupt|ignore|expected).*'
+ excludes: ["**/src/test/**"]
15
16
exceptions:
17
18
SwallowedException:
19
ignoredExceptionTypes:
20
- CancellationException
0 commit comments