# # Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved. [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 = 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/lib/pkg/opensolaris.org.sections # Whether to ignore publisher differences when comparing package versions ignore_different_publishers = True # # The following are parameters that are passed to individual lint checks # # dependencies which may be missing at runtime pkglint.action005.1.missing-deps = # whether to log INFO messages when a pkg.linted action/manifest trips a check pkglint001.5.report-linted = True