Skip to content

Commit 9b60240

Browse files
committed
Temp PMD entry until commons-parent 92 for PMD 7.18.0
1 parent ce5793a commit 9b60240

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/conf/pmd-exclude.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ org.apache.commons.compress.archivers.tar.TarArchiveEntry = AvoidUsingOctalValue
2323
org.apache.commons.compress.archivers.tar.TarConstants = AvoidUsingOctalValues
2424
org.apache.commons.compress.archivers.zip.UnixStat = AvoidUsingOctalValues
2525
org.apache.commons.compress.archivers.zip.ZipArchiveEntry = AvoidUsingOctalValues
26+
# Temp entry until commons-parent 92 for PMD 7.18.0
27+
org.apache.commons.compress.archivers.dump.PERMISSION = AvoidUsingOctalValues
28+
2629

2730
# UselessParentheses
2831
# False positives

0 commit comments

Comments
 (0)