Skip to content

Commit c7993c2

Browse files
committed
change: move check_deprecated_configs.py file to esp-idf-kconfig
1 parent 0462791 commit c7993c2

File tree

3 files changed

+2
-117
lines changed

3 files changed

+2
-117
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

tools/ci/check_deprecated_kconfigs.py

Lines changed: 0 additions & 110 deletions
This file was deleted.

tools/ci/executable-list.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ tools/ci/check_api_violation.sh
5555
tools/ci/check_build_test_rules.py
5656
tools/ci/check_callgraph.py
5757
tools/ci/check_codeowners.py
58-
tools/ci/check_deprecated_kconfigs.py
5958
tools/ci/check_esp_memory_utils_headers.sh
6059
tools/ci/check_examples_extra_component_dirs.sh
6160
tools/ci/check_executables.py

0 commit comments

Comments
 (0)