File tree Expand file tree Collapse file tree 3 files changed +2
-117
lines changed Expand file tree Collapse file tree 3 files changed +2
-117
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,6 @@ repos:
7272 language : python
7373 pass_filenames : false
7474 always_run : true
75- - id : check-deprecated-kconfigs-options
76- name : Check if any Kconfig Options Deprecated
77- entry : tools/ci/check_deprecated_kconfigs.py
78- language : python
79- files : ' sdkconfig\.ci$|sdkconfig\.rename$|sdkconfig.*$'
8075 - id : cmake-lint
8176 name : Check CMake Files Format
8277 entry : cmakelint --linelength=120 --spaces=4 --filter=-whitespace/indent
@@ -243,6 +238,7 @@ repos:
243238 name : Lint rST files in docs folder using Sphinx Lint
244239 files : ^(docs/en|docs/zh_CN)/.*\.(rst|inc)$
245240 - repo : https://github.com/espressif/esp-idf-kconfig.git
246- rev : v2.4.1
241+ rev : v2.5.0
247242 hooks :
248243 - id : check-kconfig-files
244+ - id : check-deprecated-kconfig-options
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ tools/ci/check_api_violation.sh
5555tools/ci/check_build_test_rules.py
5656tools/ci/check_callgraph.py
5757tools/ci/check_codeowners.py
58- tools/ci/check_deprecated_kconfigs.py
5958tools/ci/check_esp_memory_utils_headers.sh
6059tools/ci/check_examples_extra_component_dirs.sh
6160tools/ci/check_executables.py
You can’t perform that action at this time.
0 commit comments