blob: b0d155e3bd02ee698df34739440ff366d18305e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Lintian configuration file
# 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
# Suppress the listed tags (--suppress-tags)
suppress-tags = debian-watch-does-not-check-gpg-signature
|