This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
from c274b1a07 Use Checkstyle FileTabCharacter on all files new ebddf09a1 Add comment new 20dade2c4 Normalize Checkstyle configuration new 934c61e9e Add Checkstyle ArrayTypeStyle new 4f25d2bd2 Add Checkstyle CovariantEquals new 5970fc94b Add Checkstyle DefaultComesLast new ae932bbff Flip test and avoid empty block new d6608c09c Add Checkstyle EmptyBlock new bfe32335a Add Checkstyle ExplicitInitialization The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: checkstyle-suppressions.xml | 27 ------------------- src/conf/checkstyle/checkstyle-suppressions.xml | 30 ++++++++++++---------- src/conf/checkstyle/checkstyle.xml | 11 +++++++- .../compress/compressors/gzip/ExtraField.java | 2 +- .../utils/FixedLengthBlockOutputStream.java | 4 +-- .../commons/compress/archivers/SevenZTest.java | 2 +- .../compress/archivers/sevenz/SevenZFileTest.java | 4 ++- .../commons/compress/archivers/zip/Lister.java | 5 ++-- .../lz4/FramedLZ4CompressorInputStreamTest.java | 6 +++++ 9 files changed, 42 insertions(+), 49 deletions(-) delete mode 100644 checkstyle-suppressions.xml