From f7d58aa359d8809bb592e11fc57354b8958f3ec0 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Mon, 9 Nov 2020 13:59:18 +1100 Subject: [PATCH] cmake: Disable cmakelint indentation checks temporarily --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d8e3b730c..b36976339a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: files: 'sdkconfig\.ci$|sdkconfig\.rename$|sdkconfig.*$' - id: cmake-lint name: Check CMake Files Format - entry: cmakelint --linelength=120 --spaces=4 + entry: cmakelint --linelength=120 --spaces=4 --filter=-whitespace/indent language: python additional_dependencies: - cmakelint==1.4.1