Pārlūkot izejas kodu

Enable usage of --pedantic in pdeblint

Emmanuel Bouthenot 15 gadi atpakaļ
vecāks
revīzija
80aec52ce5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 $@
 }