Searched refs:lint (Results 1 - 13 of 13) sorted by relevance
/pkg/src/zoneproxy/zoneproxy-adm/ |
H A D | Makefile | 37 lint: lint_PROG
|
/pkg/src/zoneproxy/zoneproxy-client/ |
H A D | Makefile | 40 lint: lint_PROG
|
/pkg/src/ |
H A D | Makefile | 34 lint := TARGET = lint macro 75 lint: 76 $(PYTHON27) setup.py lint 77 @cd zoneproxy; pwd; make lint 81 @cd zoneproxy; pwd; make lint
|
H A D | setup.py | 352 'pkg.lint', 494 # Runs lint on the extension module source code 563 from pylint import lint namespace 579 lint.Run(args) 597 lint.Run(args) 612 # Runs lint on the extension module source code 614 description = "Runs lint tools over IPS C extension source code" 630 lint = [os.environ["LINT"]] 632 lint = ['lint'] [all...] |
/pkg/src/modules/lint/ |
H A D | opensolaris.py | 27 # Some opensolaris distribution specific lint checks 29 import pkg.lint.base as base namespace
|
H A D | engine.py | 31 import pkg.lint.base as base namespace 32 import pkg.lint.config namespace 220 """LintEngine is the main object used by pkglint to discover lint 221 plugins, and execute lint checks on package manifests, retrieved 224 Lint plugins are written as subclasses of pkg.lint.base.Checker 227 the pkg.lint.config.PkglintConfig defaults. 232 create a reference or lint user-images in a provided cache location, 247 We can also lint pkg.manifest.Manifest objects, passed as the 252 'log_level' The minimum level at which to emit lint messages. Lint 262 subclasses of pkg.lint [all...] |
H A D | log.py | 32 from pkg.lint.base import DuplicateLintedAttrException, linted 34 # a set of lint messages that can be produced. 52 """A base class for all lint messages.""" 175 """Called to determine if this logger produced any lint 180 """Called to tell the logger to expect lint messages concerning
|
H A D | pkglint_manifest.py | 27 # Some pkg(7) specific lint manifest checks 34 import pkg.lint.base as base namespace 35 from pkg.lint.engine import lint_fmri_successor 104 _("Seeding lint manifest dictionaries.")) 153 # "lint bypassed" message. Save it here.
|
H A D | pkglint_action.py | 27 from pkg.lint.engine import lint_fmri_successor 33 import pkg.lint.base as base namespace 149 # that have new versions available in the lint repository, or 150 # lint manifests given on the command line. 189 _("Seeding lint action duplicates dictionaries.")) 191 # we provide a search pattern, to allow users to lint a 1018 engine.logger.debug(_("Seeding lint action dictionaries.")) 1019 # we provide a search pattern, to allow users to lint a 1215 engine Our lint engine 1351 # during this lint ru [all...] |
/pkg/src/zoneproxy/zoneproxyd/ |
H A D | Makefile | 53 lint: lint_PROG
|
/pkg/src/pkg/ |
H A D | Makefile | 113 install: lint 181 # We either lint against a reference repository, provided in 194 # If new warnings/errors appear in the lint output, we return an error. 197 # the lint run, please edit external_deps.txt 198 lint: repository-metadata $(PDIR)
|
/pkg/src/util/publish/ |
H A D | pkglint.py | 42 import pkg.lint.engine as engine namespace 43 import pkg.lint.log as log namespace 79 help=_("build to use from lint and reference repositories")) 85 action="append", help=_("lint repository URI")) 90 help=_("pattern to match FMRIs in lint URI")) 154 msg(_("Starting lint run...")) 162 # input or configuration, not lint errors in manifests. 243 msgid="lint.manifest002") 248 msgid="lint.manifest001") 271 err=str(e)), "lint [all...] |
/pkg/src/tests/api/ |
H A D | t_pkglint.py | 35 import pkg.lint.base as base namespace 36 import pkg.lint.engine as engine namespace 37 import pkg.lint.log as log namespace 41 from pkg.lint.engine import lint_fmri_successor 42 from pkg.lint.base import linted, DuplicateLintedAttrException 224 # other than the 3 lint warnings for the missing dependencies 601 expected_failures["duplicate_sets-not-enough-lint.mf"] = ["pkglint.manifest006", 603 broken_manifests["duplicate_sets-not-enough-lint.mf"] = \ 809 # lint messages 887 # We'll actually report two lint message [all...] |
Completed in 30 milliseconds