Revert "do not analyze platformio files"

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

View File

@ -152,8 +152,6 @@ def run_tidy(executable, args, options, tmpdir, path_queue, lock, failed_files):
if sys.stdout.isatty(): if sys.stdout.isatty():
invocation.append("--use-color") invocation.append("--use-color")
# Exclude PlatformIO files from analysis since we can't fix issues in external code
# and they often generate false positives
invocation.append( invocation.append(
f"--header-filter=^{os.path.abspath(basepath)}/(?!.*\\.platformio/).*" f"--header-filter=^{os.path.abspath(basepath)}/(?!.*\\.platformio/).*"
) )