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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 3517336c2 Remove redundant entry 3517336c2 is described below commit 3517336c2aac62ebf6782495de50e88402af7ee4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 11:51:05 2025 -0500 Remove redundant entry --- src/site/resources/checkstyle/checkstyle.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/site/resources/checkstyle/checkstyle.xml b/src/site/resources/checkstyle/checkstyle.xml index f2f3f9d32..6aa9545ae 100644 --- a/src/site/resources/checkstyle/checkstyle.xml +++ b/src/site/resources/checkstyle/checkstyle.xml @@ -52,7 +52,6 @@ limitations under the License. <module name="GenericWhitespace"/> <module name="WhitespaceAfter"/> <module name="WhitespaceAround"/> - <module name="WhitespaceAroundCheck"/> <module name="NoWhitespaceBefore"/> <module name="ImportOrder"> <property name="option" value="top"/>