Skip to content

Commit

Permalink
Merge pull request #24 from Team766/relax-whitespace-lint-checks
Browse files Browse the repository at this point in the history
relax whitespace checks in linter
  • Loading branch information
dejabot committed Nov 23, 2023
2 parents 61b50af + e50d2cf commit bd56843
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 bd56843

Please sign in to comment.