mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 13:58:40 +09:00
7 lines
184 B
Text
7 lines
184 B
Text
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
||
|
|
# vim: set filetype=python:
|
||
|
|
|
||
|
|
LINTER = {
|
||
|
|
'name': "MissingAttrsLinter",
|
||
|
|
'description': "Missing type and payload",
|
||
|
|
}
|