Skip to content

Commit

Permalink
Fix linter to support the mitre field
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Oct 27, 2024
1 parent 7d9d86e commit 91591a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linter/linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def _build_schema(self):
default_function_example_fields = {
**default_context_example_fields,
schema.Optional('version'): non_empty_string,
schema.Optional('mitre'): non_empty_string,
}

comment_or_code = {
Expand Down

0 comments on commit 91591a0

Please sign in to comment.