You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/11/18 21:54:33 UTC

[myfaces-build-tools] branch main updated: remove rule EmptyForIteratorPad

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-build-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 59db3a72 remove rule EmptyForIteratorPad
59db3a72 is described below

commit 59db3a720913236329bb1cf45d946d8c57505979
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Fri Nov 18 22:54:25 2022 +0100

    remove rule EmptyForIteratorPad
    
    * because it's rare, less important and incompatible to current auto-layout of editorconfig
---
 other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml b/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml
index e6a2565c..81590b82 100644
--- a/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml
+++ b/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml
@@ -134,7 +134,7 @@
 
         <!-- Checks for whitespace                               -->
         <!-- See http://checkstyle.sf.net/config_whitespace.html -->
-        <module name="EmptyForIteratorPad"/>
+        <!-- not compatible with editorconfig <module name="EmptyForIteratorPad"/>-->
         <module name="MethodParamPad"/>
         <module name="NoWhitespaceAfter"/>
         <module name="NoWhitespaceBefore"/>