diff options
-rw-r--r-- | .lintianrc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.lintianrc b/.lintianrc new file mode 100644 index 0000000..d99c82c --- /dev/null +++ b/.lintianrc @@ -0,0 +1,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 |