File tree Expand file tree Collapse file tree 6 files changed +0
-11
lines changed Expand file tree Collapse file tree 6 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 2929 working-directory : OneSignalSDK
3030 run : |
3131 ./gradlew ktlintCheck --console=plain
32- - name : " [Test] Analyzing"
33- working-directory : OneSignalSDK
34- continue-on-error : true
35- run : |
36- ./gradlew detekt --console=plain
3732 - name : " [Test] SDK Unit Tests"
3833 working-directory : OneSignalSDK
3934 run : |
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ buildscript {
1717 kotestVersion = ' 5.5.0'
1818 ktlintPluginVersion = ' 11.3.1'
1919 ktlintVersion = ' 0.48.2'
20- detektVersion = ' 1.21.0'
2120 junitVersion = ' 4.13.2'
2221 }
2322
@@ -34,7 +33,6 @@ buildscript {
3433 classpath " com.huawei.agconnect:agcp:$huaweiAgconnectVersion "
3534 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
3635 classpath " org.jlleitschuh.gradle:ktlint-gradle:$ktlintPluginVersion "
37- classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:$detektVersion "
3836 }
3937}
4038
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ plugins {
22 id ' com.android.library'
33 id ' kotlin-android'
44 id ' org.jlleitschuh.gradle.ktlint'
5- id ' io.gitlab.arturbosch.detekt'
65}
76
87android {
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ plugins {
22 id ' com.android.library'
33 id ' kotlin-android'
44 id ' org.jlleitschuh.gradle.ktlint'
5- id ' io.gitlab.arturbosch.detekt'
65}
76
87android {
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ plugins {
22 id ' com.android.library'
33 id ' kotlin-android'
44 id ' org.jlleitschuh.gradle.ktlint'
5- id ' io.gitlab.arturbosch.detekt'
65}
76
87android {
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ plugins {
22 id ' com.android.library'
33 id ' kotlin-android'
44 id ' org.jlleitschuh.gradle.ktlint'
5- id ' io.gitlab.arturbosch.detekt'
65}
76
87android {
You can’t perform that action at this time.
0 commit comments