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

LINTER = {
    'name': "BadTypeLinter",
    'description': "Has an invalid type.",
    'type': 'invalid',
    'payload': 'foobar',
}