switch to 64-bit default run paths
[unleashed-pkg5.git] / src / pkg / ips-pkglintrc
blobcb31c695df0abd578f31d505eba6268a746bcead
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
22 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
24 [pkglint]
26 # Whether to show the progress tracker during lint runs
27 use_progress_tracker = True
29 # The default log level at which to start emitting messages
30 # log levels are, in order of increasing priority,
31 # DEBUG, INFO, WARNING, ERROR, CRITICAL
32 log_level = WARNING
34 # Perform checks that may only make sense for published packages.
35 do_pub_checks = True
37 # pkglint.ext.* keys indicate python modules that should be
38 # automatically loaded and check methods exectuted during
39 # each lint run.
41 # key = python package implementing those checks
42 # pkglint.ext.other = org.foo.barcheck
44 # List modules or methods which should be excluded from
45 # execution during each lint run.
46 pkglint.exclude =
47 pkglint.ext.opensolaris = pkg.lint.opensolaris
49 # The version pattern we use when searching for manifests
50 # for a given build (only when using the -b flag to pkglint)
51 version.pattern = *,5.11-0.
53 # The path used for info.classification attribute checks
54 info_classification_path = /usr/share/lib/pkg/opensolaris.org.sections
56 # Whether to ignore publisher differences when comparing package versions
57 ignore_different_publishers = True
59 # For the pkg build, we don't want info messages reported about any
60 # actions/manifests that are marked as pkg.linted
61 pkglint001.5.report-linted = False