src/util/pkglintrc
author Jon Tibble <meths@btinternet.com>
Thu, 19 Jan 2012 19:25:18 +0000
branchoi_151a
changeset 2540 8dd3afe7cd4a
parent 2090 d84a7b3cafa3
child 2147 d035de6cab14
child 2546 2b1fa6a54b5e
permissions -rw-r--r--
Uncommitted distro-import leftovers from oi_151_release

[pkglint]

# Whether to show the progress tracker during lint runs
use_progress_tracker = True

# The default log level at which to start emitting messages
# log levels are, in order of increasing priority,
# DEBUG, INFO, WARNING, ERROR, CRITICAL
log_level = INFO

# Perform checks that may only make sense for published packages.
do_pub_checks = True

# pkglint.ext.* keys indicate python modules that should be
# automatically loaded and check methods exectuted during
# each lint run.

# key = python package implementing those checks
# pkglint.ext.other = org.foo.barcheck

# List modules or methods which should be excluded from
# execution during each lint run.
pkglint.exclude =
pkglint.ext.opensolaris = pkg.lint.opensolaris

# The version pattern we use when searching for manifests
# for a given build (only when using the -b flag to pkglint)
version.pattern = *,5.11-0.

# The path used for info.classification attribute checks
info_classification_path = /usr/share/package-manager/data/opensolaris.org.sections