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

commit d0f047a9cfd76182b087fbd295b729599de7abd5
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Feb 11 21:08:53 2021 -0500

    Checkstyle: Let properties files have as long lines.
---
 checkstyle-suppressions.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index 2ddcd51..7e6c672 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -36,4 +36,6 @@
     
     <suppress checks="MissingSwitchDefault" 
files="PropertiesConfiguration.java"/>
 
+    <suppress checks="LineLength" files=".*\.properties"/>
+
 </suppressions>

Reply via email to