src/util/pkglintrc
author Tim Foster <tim.s.foster@oracle.com>
Wed, 29 Sep 2010 11:55:47 +1300
changeset 2090 d84a7b3cafa3
parent 2085 10a27146ebc2
child 2147 d035de6cab14
child 2572 20cf41d565de
permissions -rw-r--r--
17061 pkglint -L output could be improved 17072 pkglint print_fmri check is insufficient for debugging 17086 pkglint -c has different behavior with relative and absolute paths

[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