summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-10-26 15:03:05 +0200
committerVarac <varac@leap.se>2017-10-26 15:03:05 +0200
commit6ab7b23d15b1121450eeb4568355ef818c6acb4e (patch)
tree3d9e579774e71d6c01842af7b5818a8cd1c53ed3 /.gitlab-ci.yml
parent12482a26549a809d0b76b3986689b03319883f90 (diff)
[pkg] Linitan: ignore newer-standards-version
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb22efab..e0ea205c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -104,7 +104,7 @@ package:amd64_jessie:
REPONAMES: "platform,client"
# Default is to fail on warnings, we disable it here
# unless a manpage is included (see #8895)
- LINTIAN_OPTS: "--fail-on-warnings -X filename-length,manpages"
+ LINTIAN_OPTS: "--fail-on-warnings -X filename-length,manpages,standards-version"
<<: *package
@@ -115,7 +115,7 @@ package:amd64_stretch:
REPONAMES: "platform,client"
# Default is to fail on warnings, we disable it here
# unless a manpage is included (see #8895)
- LINTIAN_OPTS: "--fail-on-warnings -X filename-length,manpages"
+ LINTIAN_OPTS: "--fail-on-warnings -X filename-length,manpages,standards-version"
<<: *package
package:amd64_buster:
@@ -138,7 +138,7 @@ package:amd64_zesty:
REPONAMES: "platform,client"
# Default is to fail on warnings, we disable it here
# unless a manpage is included (see #8895)
- LINTIAN_OPTS: "--fail-on-warnings -X filename-length,manpages"
+ LINTIAN_OPTS: "--fail-on-warnings -X filename-length,manpages,standards-version"
<<: *package
package:amd64_artful: