- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for RegexpSingleline (0.07 sec)
-
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle.xml
</module> <module name="FileTabCharacter"/> <module name="RegexpSingleline"> <property name="format" value="File \| Settings \| File Templates"/> </module> <module name="RegexpSingleline"> <property name="format" value="Created with IntelliJ IDEA"/> </module> <module name="RegexpSingleline"> <property name="format" value="^\s*\*\s*@author"/> </module>Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 11 10:24:25 UTC 2025 - 6.6K bytes - Viewed (0) -
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/suppressions.xml
<!-- We like it explicit --> <suppress checks="ExplicitInitializationCheck" files=".*"/> <!-- Ignore code from maven subproject under org.apache --> <suppress checks="RegexpSingleline" files=".*[/\\]maven[/\\]src[/\\]main[/\\]java[/\\]org[/\\]apache[/\\].+"/> <suppress checks="RegexpHeader" files=".*[/\\]maven[/\\]src[/\\]main[/\\]java[/\\]org[/\\]apache[/\\].+"/>Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Feb 20 19:05:31 UTC 2025 - 11.6K bytes - Viewed (0)