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 6f48aeb commit 1e23a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conf/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ limitations under the License.
<module name="ModifierOrder" />
<module name="MultipleVariableDeclarations" />
<module name="NeedBraces" />
<module name="ParenPad" />
<module name="RedundantImport" />
<module name="RedundantModifier" />
<module name="RightCurly" />
Expand Down

0 comments on commit 1e23a12

Please sign in to comment.