浏览代码

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