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 2023/11/19 21:36:30 UTC

(commons-logging) 08/14: Add Checkstyle WhitespaceAfter

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

commit 6cff4d220ad087329c5fb3da12e47ce25db0aa7c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 19 16:14:52 2023 -0500

    Add Checkstyle WhitespaceAfter
---
 checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/checkstyle.xml b/checkstyle.xml
index b25fc66..4dbcc4c 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -71,6 +71,7 @@ limitations under the License.
       <property name="separated" value="true"/>
       <property name="sortStaticImportsAlphabetically" value="true"/>
     </module>
+    <module name="WhitespaceAfter" />
   </module>
 
 </module>