Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature-add-shoulder-…
Browse files Browse the repository at this point in the history
…code
  • Loading branch information
dejabot committed Nov 23, 2023
2 parents af526e9 + bd56843 commit 236444c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/linters/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,13 @@
<module name="ParenPad"/>
<module name="TypecastParenPad"/>
<module name="WhitespaceAfter"/>
<module name="WhitespaceAround"/>
<module name="WhitespaceAround">
<property name="allowEmptyCatches" value="true"/>
<property name="allowEmptyConstructors" value="true"/>
<property name="allowEmptyLambdas" value="true"/>
<property name="allowEmptyLoops" value="true"/>
<property name="allowEmptyMethods" value="true"/>
</module>

<!-- Modifier Checks -->
<!-- See https://checkstyle.org/checks/modifier/index.html -->
Expand Down

0 comments on commit 236444c

Please sign in to comment.