mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
tools: Check syntax also of Kconfig.in files
This commit is contained in:
@@ -23,7 +23,7 @@ import argparse
|
|||||||
from io import open
|
from io import open
|
||||||
|
|
||||||
# regular expression for matching Kconfig files
|
# regular expression for matching Kconfig files
|
||||||
RE_KCONFIG = r'^Kconfig(?:\.projbuild)?$'
|
RE_KCONFIG = r'^Kconfig(\.projbuild)?(\.in)?$'
|
||||||
|
|
||||||
# ouput file with suggestions will get this suffix
|
# ouput file with suggestions will get this suffix
|
||||||
OUTPUT_SUFFIX = '.new'
|
OUTPUT_SUFFIX = '.new'
|
||||||
|
Reference in New Issue
Block a user