Files
Rodin_CI_CD/config/checkstyle/checkstyle.xml
21_RodinAN 8dc151af96
Some checks failed
CI / Gradle / build (push) Failing after 15m59s
plz
2026-05-29 09:58:51 +03:00

11 lines
318 B
XML

<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<module name="Checker">
<module name="TreeWalker">
<module name="Indentation"/>
<module name="WhitespaceAfter"/>
</module>
</module>