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-rdf.git
commit c2765e5aabfb4af4613aa90e2bb0d22ce2423092 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 14:47:30 2025 -0500 Add Checkstyle WhitespaceAround --- src/conf/checkstyle.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 6d8485cf..8c38d0fb 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -100,9 +100,7 @@ limitations under the License. --> <module name="ParenPad"/> <module name="WhitespaceAfter"/> - <!-- Too many to fix at present <module name="WhitespaceAround"/> - --> <!-- Modifier Checks --> <!-- See http://checkstyle.sf.net/config_modifiers.html -->