Skip to content

Commit

Permalink
Add Checkstyle ParenPad
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 21, 2025
1 parent 5ca6d50 commit 61a46c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/config/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ limitations under the License.
<module name="RedundantImport"/>
<module name="UnusedImports"/>
<module name="NeedBraces"/>
<module name="ParenPad" />

<!-- Modifier Checks -->
<!-- See http://checkstyle.sf.net/config_modifiers.html -->
Expand Down

0 comments on commit 61a46c3

Please sign in to comment.