summaryrefslogtreecommitdiffstats
path: root/python/mozlint/test/linters/missing_attrs.lint
diff options
context:
space:
mode:
Diffstat (limited to 'python/mozlint/test/linters/missing_attrs.lint')
-rw-r--r--python/mozlint/test/linters/missing_attrs.lint7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/mozlint/test/linters/missing_attrs.lint b/python/mozlint/test/linters/missing_attrs.lint
new file mode 100644
index 000000000..380512b64
--- /dev/null
+++ b/python/mozlint/test/linters/missing_attrs.lint
@@ -0,0 +1,7 @@
+# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
+# vim: set filetype=python:
+
+LINTER = {
+ 'name': "MissingAttrsLinter",
+ 'description': "Missing type and payload",
+}