Skip to content

Commit b4f1c80

Browse files
committed
Add Checkstyle TypecastParenPad
1 parent 4e0f656 commit b4f1c80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ limitations under the License.
5151
<property name="illegalPattern" value="true" />
5252
<property name="message" value="Trailing whitespace" />
5353
</module>
54+
<module name="TypecastParenPad" />
5455
</module>
5556
<!-- @author tags are deprecated -->
5657
<module name="RegexpSingleline">

0 commit comments

Comments
 (0)