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

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