This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
commit 4f42bc64997e7fb323ddf5faad959ef21d82c0d1 Author: Gary Gregory <[email protected]> AuthorDate: Fri Nov 7 21:57:40 2025 -0500 Adjust PMD properties --- src/conf/pmd-exclude.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/pmd-exclude.properties b/src/conf/pmd-exclude.properties index 467b476ac..2b75351d2 100644 --- a/src/conf/pmd-exclude.properties +++ b/src/conf/pmd-exclude.properties @@ -17,7 +17,7 @@ # We use octal values from C ports and documentation org.apache.commons.compress.archivers.cpio.CpioConstants = AvoidUsingOctalValues org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream = AvoidUsingOctalValues -org.apache.commons.compress.archivers.dump.PERMISSION = AvoidUsingOctalValues +org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION = AvoidUsingOctalValues org.apache.commons.compress.archivers.dump.DumpArchiveEntry = AvoidUsingOctalValues org.apache.commons.compress.archivers.tar.TarArchiveEntry = AvoidUsingOctalValues org.apache.commons.compress.archivers.tar.TarConstants = AvoidUsingOctalValues
