File tree Expand file tree Collapse file tree 6 files changed +2
-13
lines changed Expand file tree Collapse file tree 6 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 29
29
working-directory : OneSignalSDK
30
30
run : |
31
31
./gradlew ktlintCheck --console=plain
32
- - name : " [Test] Analyzing"
33
- working-directory : OneSignalSDK
34
- continue-on-error : true
35
- run : |
36
- ./gradlew detekt --console=plain
37
32
- name : " [Test] SDK Unit Tests"
38
33
working-directory : OneSignalSDK
39
34
run : |
Original file line number Diff line number Diff line change @@ -15,9 +15,8 @@ buildscript {
15
15
huaweiHMSLocationVersion = ' 4.0.0.300'
16
16
kotlinVersion = ' 1.7.10'
17
17
kotestVersion = ' 5.5.0'
18
- ktlintPluginVersion = ' 11.6.1'
19
- ktlintVersion = ' 1.0.1'
20
- detektVersion = ' 1.21.0'
18
+ ktlintPluginVersion = ' 11.3.1'
19
+ ktlintVersion = ' 0.48.2'
21
20
junitVersion = ' 4.13.2'
22
21
}
23
22
@@ -34,7 +33,6 @@ buildscript {
34
33
classpath " com.huawei.agconnect:agcp:$huaweiAgconnectVersion "
35
34
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
36
35
classpath " org.jlleitschuh.gradle:ktlint-gradle:$ktlintPluginVersion "
37
- classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:$detektVersion "
38
36
}
39
37
}
40
38
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ plugins {
2
2
id ' com.android.library'
3
3
id ' kotlin-android'
4
4
id ' org.jlleitschuh.gradle.ktlint'
5
- id ' io.gitlab.arturbosch.detekt'
6
5
}
7
6
8
7
android {
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ plugins {
2
2
id ' com.android.library'
3
3
id ' kotlin-android'
4
4
id ' org.jlleitschuh.gradle.ktlint'
5
- id ' io.gitlab.arturbosch.detekt'
6
5
}
7
6
8
7
android {
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ plugins {
2
2
id ' com.android.library'
3
3
id ' kotlin-android'
4
4
id ' org.jlleitschuh.gradle.ktlint'
5
- id ' io.gitlab.arturbosch.detekt'
6
5
}
7
6
8
7
android {
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ plugins {
2
2
id ' com.android.library'
3
3
id ' kotlin-android'
4
4
id ' org.jlleitschuh.gradle.ktlint'
5
- id ' io.gitlab.arturbosch.detekt'
6
5
}
7
6
8
7
android {
You can’t perform that action at this time.
0 commit comments