Add lint groups to doc export

This commit is contained in:
Pascal Hertleif 2018-04-10 12:23:41 +02:00
parent 4015395888
commit b46a3e5324

View File

@ -18,6 +18,7 @@ This lint has the following configuration variables:
def parse_lint_def(lint):
lint_dict = {}
lint_dict['id'] = lint.name
lint_dict['group'] = lint.group
lint_dict['level'] = lint.level
lint_dict['docs'] = {}