mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 23:48:43 +00:00
10 lines
245 B
Plaintext
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',
|
|
}
|