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 9ed390c commit 26bb2d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/site/resources/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ limitations under the License.
<module name="UpperEll" />
<module name="LeftCurly"/>
<module name="NeedBraces"/>
<module name="ParenPad"/>
<module name="RightCurly"/>
<module name="GenericWhitespace"/>
<module name="WhitespaceAfter"/>
Expand Down

0 comments on commit 26bb2d1

Please sign in to comment.