Skip to content

Commit

Permalink
Merge pull request #156 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 a665e80 + 957cbad commit cfc0e04
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 cfc0e04

Please sign in to comment.