Skip to content

Commit

Permalink
Merge pull request #74 from jvirtanen/improvements/checkstyle
Browse files Browse the repository at this point in the history
checkstyle: Check for unused local variables
  • Loading branch information
jvirtanen authored Oct 23, 2023
2 parents 05679c5 + 31a59c8 commit c8bbf08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
<property name="processJavadoc" value="true" />
</module>

<!-- No unused local variables. -->
<module name="UnusedLocalVariable" />

</module>

</module>

0 comments on commit c8bbf08

Please sign in to comment.