Skip to content

Commit

Permalink
Merge branch 'issue-584' of github.com:Oliver-Loeffler/scenebuilder i…
Browse files Browse the repository at this point in the history
…nto issue-584
  • Loading branch information
Oliver-Loeffler committed Aug 27, 2024
2 parents 8706347 + 6fecf82 commit 18e99cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<property name="severity" value="warning" />
<property name="fileExtensions" value="java, properties, xml, fxml" />

<module name="LineLength">
<property name="fileExtensions" value="java" />
<property name="max" value="120"/>
</module>

<!-- BeforeExecutionFileFilters is required for sources that are based on java9 -->
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern"
Expand Down

0 comments on commit 18e99cb

Please sign in to comment.