2223N/A#
2223N/A# CDDL HEADER START
2223N/A#
2223N/A# The contents of this file are subject to the terms of the
2223N/A# Common Development and Distribution License (the "License").
2223N/A# You may not use this file except in compliance with the License.
2223N/A#
2223N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2223N/A# or http://www.opensolaris.org/os/licensing.
2223N/A# See the License for the specific language governing permissions
2223N/A# and limitations under the License.
2223N/A#
2223N/A# When distributing Covered Code, include this CDDL HEADER in each
2223N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2223N/A# If applicable, add the following below this CDDL HEADER, with the
2223N/A# fields enclosed by brackets "[]" replaced with your own identifying
2223N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2223N/A#
2223N/A# CDDL HEADER END
2223N/A#
2223N/A
3382N/A# Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
2223N/A
2046N/A[pkglint]
2046N/A
2046N/A# Whether to show the progress tracker during lint runs
2046N/Ause_progress_tracker = True
2046N/A
2046N/A# The default log level at which to start emitting messages
2046N/A# log levels are, in order of increasing priority,
2046N/A# DEBUG, INFO, WARNING, ERROR, CRITICAL
2046N/Alog_level = INFO
2046N/A
2046N/A# Perform checks that may only make sense for published packages.
2046N/Ado_pub_checks = True
2046N/A
2046N/A# pkglint.ext.* keys indicate python modules that should be
2046N/A# automatically loaded and check methods exectuted during
2046N/A# each lint run.
2046N/A
2046N/A# key = python package implementing those checks
2046N/A# pkglint.ext.other = org.foo.barcheck
2046N/A
2046N/A# List modules or methods which should be excluded from
2046N/A# execution during each lint run.
2731N/Apkglint.exclude = pkg.lint.opensolaris
3382N/A pkg.lint.pkglint_action.PkgActionChecker.arch64
2046N/A
2046N/A# The version pattern we use when searching for manifests
2046N/A# for a given build (only when using the -b flag to pkglint)
2046N/Aversion.pattern = *,5.11-0.
2085N/A
2085N/A# The path used for info.classification attribute checks
2223N/Ainfo_classification_path = /usr/share/lib/pkg/opensolaris.org.sections
2085N/A
2147N/A# Whether to ignore publisher differences when comparing package versions
2147N/Aignore_different_publishers = True
2537N/A
2537N/A#
2537N/A# The following are parameters that are passed to individual lint checks
2537N/A#
2537N/A
2537N/A# dependencies which may be missing at runtime
2537N/Apkglint.action005.1.missing-deps =
2537N/A
2537N/A# whether to log INFO messages when a pkg.linted action/manifest trips a check
2537N/Apkglint001.5.report-linted = True