forked from espressif/esp-idf
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