Skip to content

Commit

Permalink
add hint on restriction of AlignDeclarationsRule (SAP#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgrassau committed Sep 22, 2023
1 parent d8262a0 commit b2596a9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ public boolean isTableForStructure(AlignTable table) {
@Override
public String getDescription() { return "Aligns both chains and consecutive declaration lines of CONSTANTS, DATA, FIELD-SYMBOLS, and TYPES."; }

@Override
public String getHintsAndRestrictions() { return "If line length is exceeded, VALUE clauses can be moved to the next line, unless they are followed by further code or comments that must be aligned."; }

@Override
public LocalDate getDateCreated() { return LocalDate.of(2021, 1, 8); }

Expand Down

0 comments on commit b2596a9

Please sign in to comment.