blob: ac6fc6642ec6699d59808818c882c8e1597866a0 (
plain)
1
2
3
4
5
|
"""errors-only is not usable as an inline option"""
# +1: [bad-inline-option]
# pylint: disable missing-docstring
CONST = "The assignment operator is missing inside the pylint inline option."
|