mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
tools: Check syntax also of Kconfig.in files
This commit is contained in:
parent
979e1e32cb
commit
1af263ebb2
@ -23,7 +23,7 @@ import argparse
|
||||
from io import open
|
||||
|
||||
# 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
|
||||
OUTPUT_SUFFIX = '.new'
|
||||
|
Loading…
x
Reference in New Issue
Block a user