summaryrefslogtreecommitdiffstats
path: root/python/mozlint/test/linters/missing_attrs.lint
blob: aca63921d3bc97e180ed73f5db53af871c4cb726 (plain)
1
2
3
4
5
6
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-

LINTER = {
    'name': "MissingAttrsLinter",
    'description': "Missing type and payload",
}