Skip to content

Instantly share code, notes, and snippets.

View surajgojanur's full-sized avatar
🎯
Focusing

Suraj Gojanur surajgojanur

🎯
Focusing
View GitHub Profile
@surajgojanur
surajgojanur / pr20943-regression-config.xml
Created August 9, 2026 23:39
Checkstyle PR #20943 regression configuration and pinned compact-source projects
<?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="RedundantModifierCompactSource"/>
</module>
</module>