소스 검색

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