mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Merge branch 'refactor/kconfcheck_pre-commit_hook' into 'master'
refactor(pre-commit): Changed esp-idf-kconfig's kconfcheck package to pre-commit hook Closes IDF-9051 See merge request espressif/esp-idf!28673
This commit is contained in:
commit
195ebe1d3c
@ -65,13 +65,6 @@ repos:
|
|||||||
language: python
|
language: python
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
always_run: true
|
always_run: true
|
||||||
- id: check-kconfigs
|
|
||||||
name: Validate Kconfig files
|
|
||||||
entry: tools/ci/check_kconfigs.py
|
|
||||||
language: python
|
|
||||||
additional_dependencies:
|
|
||||||
- esp-idf-kconfig>=2.0.2
|
|
||||||
files: '^Kconfig$|Kconfig.*$'
|
|
||||||
- id: check-deprecated-kconfigs-options
|
- id: check-deprecated-kconfigs-options
|
||||||
name: Check if any Kconfig Options Deprecated
|
name: Check if any Kconfig Options Deprecated
|
||||||
entry: tools/ci/check_deprecated_kconfigs.py
|
entry: tools/ci/check_deprecated_kconfigs.py
|
||||||
@ -237,3 +230,7 @@ repos:
|
|||||||
- id: 'sphinx-lint'
|
- id: 'sphinx-lint'
|
||||||
name: Lint rST files in docs folder using Sphinx Lint
|
name: Lint rST files in docs folder using Sphinx Lint
|
||||||
files: ^(docs/en|docs/zh_CN)/.*\.(rst|inc)$
|
files: ^(docs/en|docs/zh_CN)/.*\.(rst|inc)$
|
||||||
|
- repo: https://github.com/espressif/esp-idf-kconfig.git
|
||||||
|
rev: v2.1.0
|
||||||
|
hooks:
|
||||||
|
- id: check-kconfig-files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user