Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit c169109

Browse files
committed
Updated naming in detekt
1 parent a56dccb commit c169109

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

detekt.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ complexity:
1010
excludes:
1111
# Database logic has a large amount of functions
1212
# reducing this would reduce efficiency
13-
- "**/com/jacobtread/kme/database/**"
13+
- "**/com/jacobtread/relay/database/**"
1414
# Packet processing classes are large by design.
1515
LargeClass:
1616
ignoreAnnotated:
@@ -63,9 +63,7 @@ style:
6363
# too long to fit the original (120)
6464
MaxLineLength:
6565
maxLineLength: 150
66-
excludes:
67-
- "**/com/jacobtread/kme/data/Data.kt"
68-
66+
6967
# Maximum return count increased for functions that must make many
7068
# checks to determine the outcome (handleLogin)
7169
ReturnCount:

0 commit comments

Comments
 (0)