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


The following commit(s) were added to refs/heads/master by this push:
     new 5faceef03 Update Checkstyle DTD version from 1.0 to 1.2
5faceef03 is described below

commit 5faceef03aa4bc3ff0c468e61483055207c0cc65
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 5 14:43:46 2024 -0400

    Update Checkstyle DTD version from 1.0 to 1.2
---
 checkstyle-suppressions.xml | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index 1aa44f297..2e2e6b4f3 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -15,11 +15,13 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<!DOCTYPE suppressions PUBLIC "-//Checkstyle//DTD SuppressionFilter 
Configuration 1.0//EN" "https://checkstyle.org/dtds/suppressions_1_0.dtd";>
+<!DOCTYPE suppressions PUBLIC
+    "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
+    "https://checkstyle.org/dtds/suppressions_1_2.dtd";>
 <suppressions>
-    <suppress checks="JavadocMethod" files=".*[/\\]test[/\\].*"/>
-    <suppress checks="JavadocPackage" files=".*[/\\]test[/\\].*"/>
-    <suppress checks="MagicNumber" files="ColorConversions.java"/>
-    <!-- Due to fail in Checkstyle on Windows and in GH Actions -->
-    <suppress checks="NewlineAtEndOfFile" 
files="target[/\\].*[/\\]pom.properties"/>
+  <suppress checks="JavadocMethod" files=".*[/\\]test[/\\].*"/>
+  <suppress checks="JavadocPackage" files=".*[/\\]test[/\\].*"/>
+  <suppress checks="MagicNumber" files="ColorConversions.java"/>
+  <!-- Due to fail in Checkstyle on Windows and in GH Actions -->
+  <suppress checks="NewlineAtEndOfFile" 
files="target[/\\].*[/\\]pom.properties"/>
 </suppressions>

Reply via email to