Browse Source

Enable usage of --pedantic in pdeblint

Emmanuel Bouthenot 15 năm trước cách đây
mục cha
commit
80aec52ce5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 $@
 }