mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
cmake: Disable cmakelint indentation checks temporarily
This commit is contained in:
@@ -44,7 +44,7 @@ repos:
|
|||||||
files: 'sdkconfig\.ci$|sdkconfig\.rename$|sdkconfig.*$'
|
files: 'sdkconfig\.ci$|sdkconfig\.rename$|sdkconfig.*$'
|
||||||
- id: cmake-lint
|
- id: cmake-lint
|
||||||
name: Check CMake Files Format
|
name: Check CMake Files Format
|
||||||
entry: cmakelint --linelength=120 --spaces=4
|
entry: cmakelint --linelength=120 --spaces=4 --filter=-whitespace/indent
|
||||||
language: python
|
language: python
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- cmakelint==1.4.1
|
- cmakelint==1.4.1
|
||||||
|
Reference in New Issue
Block a user