Files
UXP-Fixed/python/mozlint/test/linters/invalid_include.lint
T
2018-02-02 04:16:08 -05:00

11 lines
273 B
Python

# -*- 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',
}