Explorar el Código

Enable usage of --pedantic in pdeblint

Emmanuel Bouthenot hace 15 años
padre
commit
80aec52ce5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 $@
 }