Skip to content

Commit

Permalink
checkstyle: Check for unused local variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jvirtanen committed Oct 23, 2023
1 parent 541f88a commit 67bfbe4
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 @@ -53,5 +53,8 @@

<!-- No unused imports. -->
<module name="UnusedImports" />

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

0 comments on commit 67bfbe4

Please sign in to comment.