summaryrefslogtreecommitdiff
path: root/config/checkstyle/suppressions.xml
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2022-01-15 15:57:20 +0100
committerGitHub <noreply@github.com>2022-01-15 15:57:20 +0100
commit42e6c7fc9af347d712a0800c8ba59bdc03de3fec (patch)
tree0aab2ade7e684e8e9b26fdefecd2208b5ae90742 /config/checkstyle/suppressions.xml
parent27443bf2c8f0eaad5ffb4c3b03f9908d2c798b5c (diff)
parent9c01712276658728278f9ce965522855d6b74309 (diff)
downloadAntennaPod-42e6c7fc9af347d712a0800c8ba59bdc03de3fec.zip
Merge pull request #5656 from ByteHamster/more-checkstyle
Move more checkstyle checks from 'new code' style to main style
Diffstat (limited to 'config/checkstyle/suppressions.xml')
-rw-r--r--config/checkstyle/suppressions.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/checkstyle/suppressions.xml b/config/checkstyle/suppressions.xml
index 8ca46df67..612d582bd 100644
--- a/config/checkstyle/suppressions.xml
+++ b/config/checkstyle/suppressions.xml
@@ -4,4 +4,9 @@
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<suppress checks="MethodName" files="core/src/test/java/android/util/Log.java" />
+ <suppress checks="LineLength" files="strings.xml"/>
+
+ <suppress checks="." files="[\\/]generated-sources[\\/]"/>
+ <suppress checks="." files="[\\/]build[\\/]"/>
+ <suppress checks="." files="[\\/].idea[\\/]"/>
</suppressions>