Skip to content
Snippets Groups Projects
Unverified Commit bec56116 authored by Duncan Macleod's avatar Duncan Macleod
Browse files

ci: update lintian options

parent 3b9c6bcd
No related branches found
No related tags found
1 merge request!113Fix lintian issues
......@@ -144,7 +144,7 @@ test:bullseye:
- .debian:lint
stage: Code quality
variables:
LINTIAN_OPTIONS: "--color always --suppress-tags new-package-should-close-itp-bug,latest-debian-changelog-entry-without-new-version --fail-on-warnings --allow-root --pedantic"
LINTIAN_OPTIONS: "--color always --suppress-tags new-package-should-close-itp-bug,groff-message --allow-root --pedantic"
lintian:buster:
extends:
......@@ -152,6 +152,8 @@ lintian:buster:
- .buster
needs:
- deb:buster
variables:
LINTIAN_OPTIONS: "--color always --suppress-tags new-package-should-close-itp-bug,latest-debian-changelog-entry-without-new-version --allow-root --pedantic"
lintian:bullseye:
extends:
......@@ -159,5 +161,3 @@ lintian:bullseye:
- .bullseye
needs:
- deb:bullseye
variables:
LINTIAN_OPTIONS: "--color always --suppress-tags new-package-should-close-itp-bug,groff-message --fail-on warning --allow-root --pedantic"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment