gecko-dev/python/mozlint/test/linters/missing_attrs.lint

8 строки
184 B
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
LINTER = {
'name': "MissingAttrsLinter",
'description': "Missing type and payload",
}