Revert "do not analyze platformio files"

This reverts commit f76cba0af64a46334992253291f38f67ef3609d0.
This commit is contained in:
J. Nick Koston 2025-07-14 08:45:15 -10:00
parent 33389f9c7f
commit aeb56cc3d0
No known key found for this signature in database

View File

@ -152,9 +152,7 @@ def run_tidy(executable, args, options, tmpdir, path_queue, lock, failed_files):
if sys.stdout.isatty():
invocation.append("--use-color")
invocation.append(
f"--header-filter=^{os.path.abspath(basepath)}/(?!.*\\.platformio/).*"
)
invocation.append(f"--header-filter={os.path.abspath(basepath)}/.*")
invocation.append(os.path.abspath(path))
invocation.append("--")
invocation.extend(options)