Prechádzať zdrojové kódy

Enable usage of --pedantic in pdeblint

Emmanuel Bouthenot 15 rokov pred
rodič
commit
80aec52ce5
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      .zsh.d/os.d/Debian.zsh

+ 1 - 1
.zsh.d/os.d/Debian.zsh

@@ -88,6 +88,6 @@ pdeblint() {
         exit
     fi
 
-    lintian --color=auto -IEm $changes $@
+    lintian --color=auto -IEm --pedantic $changes $@
 }