Skip to content

Commit 4fd686e

Browse files
authored
Merge pull request #9006 from The-OpenROAD-Project-staging/tidy-exclude2
Remove the leading */ from clang-tidy excludes for top level dirs
2 parents 438dc4f + 3def6af commit 4fd686e

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/*,*/test/orfs/*"
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)