Skip to content

Commit

Permalink
add missing line to .good file
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Sep 26, 2024
1 parent fb058aa commit 9903cc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/chplcheck/activerules.good
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ Active rules:
PascalCaseClasses Warn for classes that are not 'PascalCase'.
PascalCaseModules Warn for modules that are not 'PascalCase'.
SimpleDomainAsRange Warn for simple domains in loops that can be ranges.
UnusedFormal Warn for unused formals in functions.
UnusedLoopIndex Warn for unused index variables in loops.
UnusedTupleUnpack Warn for unused tuple unpacking, such as '(_, _)'.

0 comments on commit 9903cc6

Please sign in to comment.