Skip to content

Commit

Permalink
add LambdaParameterName module into checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexElin authored and hcoles committed Dec 30, 2020
1 parent 7bfc1d0 commit 6132326
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<!-- Checks for Naming Conventions. -->
<!-- See http://checkstyle.sf.net/config_naming.html -->
<module name="ConstantName" />
<module name="LambdaParameterName" />
<module name="LocalFinalVariableName" />
<module name="LocalVariableName" />
<module name="MemberName" />
Expand Down

0 comments on commit 6132326

Please sign in to comment.