Skip to content

Commit

Permalink
Require empty line before record definition
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed May 29, 2024
1 parent ec62513 commit 1253ecf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Airbase 157
* Checkstyle updates:
- Require empty line before record definition

Airbase 156
* Dependency updates:
- checkstyle 10.16.0 (from 10.12.3)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<module name="EmptyLineSeparator">
<property name="allowNoEmptyLineBetweenFields" value="true" />
<property name="tokens" value="
IMPORT, STATIC_IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF,
IMPORT, STATIC_IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, RECORD_DEF,
STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF" />
</module>
<module name="GenericWhitespace" />
Expand Down

0 comments on commit 1253ecf

Please sign in to comment.