Skip to content

Commit 730fded

Browse files
committed
Fix checkstyle on gradle
1 parent cf7d770 commit 730fded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<property name="tabWidth" value="4"/>
1010

1111
<module name="SuppressionFilter">
12-
<property name="file" value=".config/checkstyle/suppressions.xml"/>
12+
<property name="file" value="${config_loc}/suppressions.xml"/>
1313
</module>
1414

1515
<module name="FileLength"/>

0 commit comments

Comments
 (0)