Skip to content

Commit e451e16

Browse files
committed
Add Checkstyle TypecastParenPad
1 parent 61f4c4c commit e451e16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conf/checkstyle/checkstyle.xml

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ limitations under the License.
8080
<module name="StringLiteralEquality" />
8181
<module name="SuperClone" />
8282
<module name="SuperFinalize" />
83+
<module name="TypecastParenPad" />
8384
<module name="UnusedImports" />
8485
<module name="UnnecessaryParentheses" />
8586
<module name="UpperEll" />

0 commit comments

Comments
 (0)