Searched defs:lint (Results 1 - 8 of 8) sorted by relevance
/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 | 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...] |
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...] |
/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/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 118 milliseconds