Warn user if files are excluded from search
Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
parent
5939a2a4de
commit
d24e037dd1
1 changed files with 4 additions and 0 deletions
|
@ -193,6 +193,10 @@ class NameCheck(object):
|
|||
internal variable self.parse_result.
|
||||
"""
|
||||
self.log.info("Parsing source code...")
|
||||
self.log.debug(
|
||||
"The following files are excluded from the search: {}"
|
||||
.format(str(self.excluded_files))
|
||||
)
|
||||
|
||||
m_headers = self.get_files("h", os.path.join("include", "mbedtls"))
|
||||
p_headers = self.get_files("h", os.path.join("include", "psa"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue