xref: /illumos-gate/usr/src/pkg/etc/pkglintrc (revision 069e6b7e)
1# This file and its contents are supplied under the terms of the
2# Common Development and Distribution License ("CDDL"), version 1.0.
3# You may only use this file in accordance with the terms of version
4# 1.0 of the CDDL.
5#
6# A full copy of the text of the CDDL should have accompanied this
7# source. A copy of the CDDL is also available via the Internet at
8# http://www.illumos.org/license/CDDL.
9
10# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
11
12[pkglint]
13use_progress_tracker = False
14log_level = INFO
15do_pub_checks = True
16version.pattern = *,5.11-
17pkglint001.5.report-linted = False
18
19pkglint.exclude = \
20	pkg.lint.pkglint_action.PkgActionChecker.linted \
21	pkg.lint.pkglint_manifest.PkgManifestChecker.linted \
22	pkg.lint.pkglint_manifest.PkgManifestChecker.bogus_description \
23	pkg.lint.pkglint_manifest.PkgManifestChecker.naming \
24	pkg.lint.pkglint_manifest.PkgManifestChecker.duplicate_deps
25
26pkglint.action005.1.missing-deps = \
27