Revert "disable auto-fix"

This reverts commit 08aae084c9.
This commit is contained in:
Krishna Vedala 2020-07-10 21:44:56 -04:00
parent f13781f35c
commit a86583fe96
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -120,7 +120,7 @@ jobs:
if not cpp_files:
sys.exit(0)
subprocess.run(["clang-tidy-10", "-p=build", *cpp_files, "--"],
subprocess.run(["clang-tidy-10", "-p=build", "--fix", *cpp_files, "--"],
check=True, text=True, stderr=subprocess.STDOUT)
# for cpp_file in cpp_files:
# subprocess.run(["clang-tidy-10", "-p=build", cpp_file, "--"],