Skip to content

Commit

Permalink
Add missing line to .good file (#26004)
Browse files Browse the repository at this point in the history
Add missing line to .good file after making a rule the default

[Trivial - not reviewed]
  • Loading branch information
jabraham17 authored Sep 26, 2024
2 parents ee61abf + 9903cc6 commit eaf8a59
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 eaf8a59

Please sign in to comment.