mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-28 02:28:32 +00:00
11 lines
273 B
Python
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',
|
|
}
|