We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec9060 commit 9e2fd90Copy full SHA for 9e2fd90
code-quality/detekt.yml
@@ -94,8 +94,6 @@ style:
94
active: true
95
UnderscoresInNumericLiterals:
96
active: false
97
- UnnecessaryAnnotationUseSiteTarget:
98
- active: true
99
UnnecessaryBackticks:
100
101
UnnecessaryInnerClass:
@@ -109,4 +107,4 @@ style:
109
107
UseIfEmptyOrIfBlank:
110
108
111
WildcardImport:
112
- active: false
+ active: false
gradle/libs.versions.toml
@@ -8,7 +8,7 @@ ktor = "3.3.3"
8
kotlinx-io = "0.8.2"
9
mordant = "3.0.2"
10
okhttp = "5.3.2"
11
-detekt = "2.0.0-alpha.1"
+detekt = "2.0.0-alpha.2"
12
clikt = "5.1.0"
13
antlr-kotlin = "1.0.9"
14
kotlinx-serialization = "1.10.0"
0 commit comments