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 4f20f3d commit 1d047ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conf/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ limitations under the License.
<module name="SuppressionCommentFilter" />
<module name="UnusedImports" />
<module name="NeedBraces" />
<module name="ParenPad" />
<module name="JavadocMethod">
<property name="accessModifiers" value="protected, public" />
</module>
Expand Down

0 comments on commit 1d047ba

Please sign in to comment.