We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7d770 commit 730fdedCopy full SHA for 730fded
1 file changed
.config/checkstyle/checkstyle.xml
@@ -9,7 +9,7 @@
9
<property name="tabWidth" value="4"/>
10
11
<module name="SuppressionFilter">
12
- <property name="file" value=".config/checkstyle/suppressions.xml"/>
+ <property name="file" value="${config_loc}/suppressions.xml"/>
13
</module>
14
15
<module name="FileLength"/>
0 commit comments