Skip to content

Commit

Permalink
bugfix(build): using root.dir for checkstyle suppressions.xml file lo…
Browse files Browse the repository at this point in the history
…cation
  • Loading branch information
lprimak committed Dec 20, 2023
1 parent 92ea8f4 commit fc3bc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<!-- Activation here is needed for IntelliJ CheckstyleIDEA plugin -->
<module name="SuppressionFilter">
<property name="file" value="src/suppressions.xml"/>
<property name="file" value="${root.dir}/src/suppressions.xml"/>
</module>

<!-- Enable suppression of file contents using //CHECKSTYLE:[ON|OFF] comments -->
Expand Down

0 comments on commit fc3bc58

Please sign in to comment.