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 f5067ee commit 3493febCopy full SHA for 3493feb
detekt.yml
@@ -7,14 +7,15 @@ comments:
7
8
complexity:
9
excludes: ["**/src/test/resources/**"]
10
-
+
11
empty-blocks:
12
13
14
exceptions:
15
16
SwallowedException:
17
ignoredExceptionTypes:
18
+ - CancellationException
19
- InterruptedException
20
- MalformedURLException
21
- NumberFormatException
@@ -29,7 +30,7 @@ performance:
29
30
31
potential-bugs:
32
33
34
style:
35
36
MaxLineLength:
0 commit comments