You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2022/10/26 19:36:27 UTC

[sling-org-apache-sling-scripting-groovy] 07/10: [checkstyle] (naming) AbbreviationAsWordInName

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-groovy.git

commit 05ccf0e584149e9b37608377e6ba2b95e5507d15
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 26 21:21:51 2022 +0200

    [checkstyle] (naming) AbbreviationAsWordInName
---
 checkstyle-suppressions.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index 12cdfea..6e94b31 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -19,5 +19,6 @@
 -->
 <!DOCTYPE suppressions PUBLIC "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" "https://checkstyle.org/dtds/suppressions_1_2.dtd">
 <suppressions>
+  <suppress checks="AbbreviationAsWordInName" files=".*\/internal\/GString.*\.java"/>
   <suppress checks="MissingJavadocMethod" files=".*\/internal\/.*\.java"/>
 </suppressions>