ソースを参照

Enable usage of --pedantic in pdeblint

Emmanuel Bouthenot 15 年 前
コミット
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 $@
 }