Skip to content

Commit b3717e8

Browse files
committed
dont format vendored files
1 parent fc81428 commit b3717e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/restyle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def find_core_files():
8585
)
8686
if file.is_file()
8787
and file.suffix in (".c", ".cpp", ".h", ".hpp")
88+
and not GIT_ROOT / "tests/device/test_libc" in file.parents
8889
and not GIT_ROOT / "tests/host/bin" in file.parents
8990
and not GIT_ROOT / "tests/host/common/catch.hpp" == file
9091
]

0 commit comments

Comments
 (0)