Skip to content

Commit b46a3e5

Browse files
committed
Add lint groups to doc export
1 parent 4015395 commit b46a3e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/export.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
def parse_lint_def(lint):
1919
lint_dict = {}
2020
lint_dict['id'] = lint.name
21+
lint_dict['group'] = lint.group
2122
lint_dict['level'] = lint.level
2223
lint_dict['docs'] = {}
2324

0 commit comments

Comments
 (0)