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

LINTER = {
    'name': "BadIncludeLinter",
    'description': "Has an invalid include directive.",
    'include': 'should be a list',
    'type': 'string',
    'payload': 'foobar',
}