Skip to content

Commit 4a72204

Browse files
committed
Remove ignored lint rules
We don't do anything about these ones, and they just clutter the logs making important stuff much harder to find (as agreed in #2823 and #4077). We already use IntelliJ's inspections feature to replace the need for this.
1 parent 76e48a0 commit 4a72204

File tree

6 files changed

+2
-317
lines changed

6 files changed

+2
-317
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
with:
1515
java-version: 1.8
1616
- name: Build with Gradle
17-
run: ./gradlew -Pcoverage lintBetaDebug pmd checkstyle jacocoTestBetaDebugUnitTestReport
17+
run: ./gradlew -Pcoverage jacocoTestBetaDebugUnitTestReport

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android:
2323
licenses:
2424
- android-sdk-license-.+
2525
script:
26-
- "./gradlew -Pcoverage lintBetaDebug pmd checkstyle jacocoTestBetaDebugUnitTestReport"
26+
- "./gradlew -Pcoverage jacocoTestBetaDebugUnitTestReport"
2727
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
2828
mkdir -p app/src/prodRelease/play/release-notes/en-US;
2929
fi

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ apply plugin: 'kotlin-android'
77
apply plugin: 'kotlin-kapt'
88
apply plugin: 'kotlin-android-extensions'
99
apply plugin: "com.hiya.jacoco-android"
10-
apply from: 'quality.gradle'
1110

1211
def isRunningOnTravisAndIsNotPRBuild = System.getenv("CI") == "true" && file('../play.p12').exists()
1312

app/quality.gradle

Lines changed: 0 additions & 45 deletions
This file was deleted.

script/style/checkstyle.xml

Lines changed: 0 additions & 254 deletions
This file was deleted.

script/style/ruleset.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)