From ba036b88519ffd0ab78eddd68728d772891e25f2 Mon Sep 17 00:00:00 2001 From: gongweibao Date: Fri, 6 Nov 2020 10:10:32 +0800 Subject: [PATCH] remove shellcheck test=develop (#28457) --- .pre-commit-config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8af603d53..fc7e70619e 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,11 +50,3 @@ repos: language: system files: \.(c|cc|cxx|cpp|cu|h|hpp|hxx|proto|py|sh)$ exclude: (?!.*third_party)^.*$ | (?!.*book)^.*$ -- repo: local - hooks: - - id: shellcheck - name: shellcheck - entry: shellcheck - language: system - files: .sh$ - exclude: (paddle_build.sh|fast_install.sh|check_file_diff_approvals.sh) -- GitLab