/etc/lintianrc is in lintian 2.5.10.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | # /etc/lintianrc -- Lintian configuration file
#
# Note, that Lintian has reasonable default values for all variables
# specified below. Thus, you don't have to change this file unless you
# want something special.
#
# Also note, that this file uses a special syntax:
# Empty lines are allowed, comments are introduced by a hash sign (#).
# All other lines must have the format
# VAR=text
# or
# VAR="text"
# It is allowed to use `~' and `$HOME' in the variables, but not other
# shell/environment variables.
# Enable info tags by default (--display info)
#display-info = yes
# Enable pedantic tags by default (--pedantic)
#pedantic = yes
# Enable experimental tags by default (--display-experimental)
#display-experimental = yes
# Enable colored output for terminal output (--color)
#color = auto
# Show overridden tags (--show-overrides)
#show-overrides = yes
# Ignore all overrides (--no-override)
#override = no
# Verbose output by default (--verbose)
#verbose = yes
# Quiet by default (--quiet)
#quiet = yes
# Specify a laboratory--a directory where Lintian should store some info
# about packages being checked.
#LINTIAN_LAB="/var/spool/lintian"
# Use a different directory for temporary files - useful if /tmp is a
# tmpfs with "limited" capacity.
#TMPDIR="/var/tmp"
|