mirror of
https://github.com/mandiant/capa.git
synced 2026-07-09 13:49:15 -07:00
linter: check for namespace instead of rule-category
This commit is contained in:
+1
-1
@@ -190,7 +190,7 @@ def lint_scope(ctx, rule):
|
||||
|
||||
|
||||
META_LINTS = (
|
||||
MissingRuleCategory(),
|
||||
MissingNamespace(),
|
||||
MissingAuthor(),
|
||||
MissingExamples(),
|
||||
MissingExampleOffset(),
|
||||
|
||||
Reference in New Issue
Block a user