summaryrefslogtreecommitdiffstats
path: root/python/mozlint/test/linters/invalid_extension.lnt
blob: 3cb8153a0043c9af3fda2ade62be9a17de86c584 (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': "BadExtensionLinter",
    'description': "Has an invalid file extension.",
    'type': 'string',
    'payload': 'foobar',
}