You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/11/28 15:30:59 UTC

[commons-vfs] branch master updated: Drop Checkstyle suppression no longer applicable.

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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new f4aab38  Drop Checkstyle suppression no longer applicable.
f4aab38 is described below

commit f4aab38c6a48c41a4290597d1a4b3d85fd0ed3b4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 28 10:30:56 2021 -0500

    Drop Checkstyle suppression no longer applicable.
---
 checkstyle-suppressions.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index 7e6c672..b281a53 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -34,8 +34,6 @@
     <suppress checks=".*" files="Token.java"/>
     <suppress checks=".*" files="TokenMgrError.java"/>
     
-    <suppress checks="MissingSwitchDefault" files="PropertiesConfiguration.java"/>
-
     <suppress checks="LineLength" files=".*\.properties"/>
 
 </suppressions>