Remove ignored lint rules (#4621)

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.
This commit is contained in:
Adam Jones 2021-09-20 08:59:57 +02:00 committed by GitHub
parent 7476b0a24d
commit fb634934b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 317 deletions

View file

@ -14,4 +14,4 @@ jobs:
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew -Pcoverage lintBetaDebug pmd checkstyle jacocoTestBetaDebugUnitTestReport
run: ./gradlew -Pcoverage jacocoTestBetaDebugUnitTestReport