Skip to content

Commit 02b398d

Browse files
committed
Add Checstyle UnnecessaryParentheses
1 parent 947c514 commit 02b398d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conf/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ limitations under the License.
8080
<module name="SuperClone" />
8181
<module name="SuperFinalize" />
8282
<module name="UnusedImports" />
83+
<module name="UnnecessaryParentheses" />
8384
<module name="UpperEll" />
8485
<module name="WhitespaceAfter" />
8586
<module name="WhitespaceAround" />

0 commit comments

Comments
 (0)