From 772a01d84d00a24e07e45575071c72323c94a53d Mon Sep 17 00:00:00 2001 From: gongweibao Date: Wed, 14 Oct 2020 15:16:23 +0800 Subject: [PATCH] Execlude some large file temparily of shellcheck. (#27905) --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40505f063c..c8af603d53 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,3 +57,4 @@ repos: entry: shellcheck language: system files: .sh$ + exclude: (paddle_build.sh|fast_install.sh|check_file_diff_approvals.sh) -- GitLab