Просмотр исходного кода

Enable usage of --pedantic in pdeblint

Emmanuel Bouthenot 15 лет назад
Родитель
Сommit
80aec52ce5
1 измененных файлов с 1 добавлено и 1 удалено
  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 $@
 }