Searched defs:pylint (Results 1 - 5 of 5) sorted by relevance

/pkg/src/modules/client/linkedimage/
H A D__init__.py39 from pkg.client.linkedimage.common import * # pylint: disable=W0401, W0622 namespace
H A Dsystem.py37 from . import common as li # Relative import; pylint: disable=W0403 namespace
H A Dzone.py47 from . import common as li # Relative import; pylint: disable=W0403 namespace
49 # W0511 XXX / FIXME Comments; pylint: disable=W0511
51 # pylint: enable=W0511
160 # pylint: disable=W0212
177 # pylint: disable=E1120
180 # pylint: enable=E1120
208 # Unused variable 'pub'; pylint: disable=W0612
210 # pylint: enable=W0612
250 # pylint: disable=W0212
264 # pylint
[all...]
/pkg/src/
H A DMakefile36 pylint := TARGET = pylint macro
47 PYLINT_VER_CMD = PYTHONPATH= /usr/bin/pkg info pkg:/developer/python/pylint | \
68 # run pylint as part of the install target.
69 # it's the best way to ensure things stay pylint clean.
83 pylint: install
84 PYLINT_VER=$(PYLINT_VER_CMD:sh) $(PYTHON27) setup.py pylint
98 packages: install pylint pep8
/pkg/src/modules/client/
H A Dapi.py39 # this file is not completely pylint clean
41 # pylint: disable=C0111,C0301,C0321,E0702,R0201,W0102
42 # pylint: disable=W0212,W0511,W0612,W0613,W0702
73 # Imports from package six are not grouped: pylint: disable=C0412
103 from pkg.client.pkgdefs import * # pylint: disable=W0401 namespace
109 from pkg.client.plandesc import PlanDescription # pylint: disable=W0611 namespace
1530 # pylint: disable=E1136
3355 # pylint: disable=R0101
3956 # pylint: disable=R0101
4135 # pylint
[all...]

Completed in 23 milliseconds