Skip to content

Commit b5ea575

Browse files
committed
Exclude */test/orfs/* from clang-tidy
Signed-off-by: Matt Liberty <[email protected]>
1 parent 182f51b commit b5ea575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
build_dir: "./build"
2222
cmake_command: cmake . -B build
2323
config_file: ".clang-tidy"
24-
exclude: "*/codeGenerator/templates/*,*/third-party/*"
24+
exclude: "*/codeGenerator/templates/*,*/third-party/*,*/test/orfs/*"
2525
split_workflow: true
2626
apt_packages: libomp-15-dev,libfl-dev,libyaml-cpp-dev
2727
- uses: The-OpenROAD-Project/clang-tidy-review/upload@master

0 commit comments

Comments
 (0)