Explorar o código

Enable usage of --pedantic in pdeblint

Emmanuel Bouthenot %!s(int64=15) %!d(string=hai) anos
pai
achega
80aec52ce5
Modificáronse 1 ficheiros con 1 adicións e 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 $@
 }