瀏覽代碼

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 $@
 }