We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947c514 commit 02b398dCopy full SHA for 02b398d
src/conf/checkstyle/checkstyle.xml
@@ -80,6 +80,7 @@ limitations under the License.
80
<module name="SuperClone" />
81
<module name="SuperFinalize" />
82
<module name="UnusedImports" />
83
+ <module name="UnnecessaryParentheses" />
84
<module name="UpperEll" />
85
<module name="WhitespaceAfter" />
86
<module name="WhitespaceAround" />
0 commit comments