From 91591a009b8b52211613e3394f8cf4025548b2e4 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Sun, 27 Oct 2024 21:40:37 +0100 Subject: [PATCH] Fix linter to support the mitre field --- linter/linter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/linter/linter.py b/linter/linter.py index 2cef0ab..bbc9483 100755 --- a/linter/linter.py +++ b/linter/linter.py @@ -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 = {