Skip to content

Commit e6b2e90

Browse files
committed
Correct the XML help output
Reset the rule set between two categories.
1 parent 07968b8 commit e6b2e90

File tree

2 files changed

+16
-1654
lines changed

2 files changed

+16
-1654
lines changed

lkql_checker/src/gnatcheck-rules-rule_table.adb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,7 @@ package body Gnatcheck.Rules.Rule_Table is
15491549
for Rule of Rule_Set loop
15501550
Rule.XML_Rule_Help (Rule, Level + 1);
15511551
end loop;
1552+
Rule_Set.Clear;
15521553
end;
15531554

15541555
Info (Level * Indent_String & "</category>");

0 commit comments

Comments
 (0)