Parcourir la source

Enable usage of --pedantic in pdeblint

Emmanuel Bouthenot il y a 15 ans
Parent
commit
80aec52ce5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 $@
 }