Files
2020-09-24 08:10:23 +00:00

10 lines
245 B
Plaintext

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