- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for RegexpSingleline (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle-groovy.xml
</module> <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>Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 1.4K bytes - Click Count (0) -
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>Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 11 10:24:25 GMT 2025 - 6.6K bytes - Click Count (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[/\\].+"/>Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Feb 20 19:05:31 GMT 2025 - 11.6K bytes - Click Count (0)