Files
UXP-Fixed/python/mozlint/test/linters/missing_attrs.lint
T
2018-02-02 04:16:08 -05:00

8 lines
184 B
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
LINTER = {
'name': "MissingAttrsLinter",
'description': "Missing type and payload",
}