Skip to content

Commit cb82d23

Browse files
committed
Add Checkstyle FinalLocalVariable
1 parent 194065d commit cb82d23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ limitations under the License.
5555
<module name="TreeWalker">
5656
<module name="AvoidStarImport" />
5757
<module name="ExplicitInitializationCheck" />
58+
<module name="FinalLocalVariable" />
5859
<module name="ImportOrder">
5960
<property name="option" value="top"/>
6061
<property name="groups" value="java,javax,org"/>

0 commit comments

Comments
 (0)