From ed01568d8b1ba7fc579f3abcabb4731f5d149cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Mon, 24 Jun 2019 00:19:41 -0700 Subject: Add lintianrc --- .lintianrc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .lintianrc (limited to '.lintianrc') 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 -- cgit v1.2.3