mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
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:
parent
7476b0a24d
commit
fb634934b9
6 changed files with 2 additions and 317 deletions
|
|
@ -23,7 +23,7 @@ android:
|
|||
licenses:
|
||||
- android-sdk-license-.+
|
||||
script:
|
||||
- "./gradlew -Pcoverage lintBetaDebug pmd checkstyle jacocoTestBetaDebugUnitTestReport"
|
||||
- "./gradlew -Pcoverage jacocoTestBetaDebugUnitTestReport"
|
||||
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||
mkdir -p app/src/prodRelease/play/release-notes/en-US;
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue