blob: 02a1a77b95fed216bf3c6fbef70e9b00fca9919e (
plain)
1
2
3
4
5
6
7
8
9
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
LINTER = {
'name': "BadIncludeLinter",
'description': "Has an invalid include directive.",
'include': 'should be a list',
'type': 'string',
'payload': 'foobar',
}
|