Skip to content

Commit

Permalink
try fixing clang tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Dec 20, 2024
1 parent 25b27d4 commit 793b007
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ CheckOptions:
value: camelBack
- key: readability-identifier-naming.GlobalVariableCase
value: camelBack
...
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
**.cpp
**.hpp
- if: ${{ steps.changed-cpp-files.outputs.all_changed_files != '' }}
run: run-clang-tidy -j $(nproc --all) -p build/ -export-fixes clang-tidy-fixes.yaml -config-file src/fuse/.clang-tidy ${{ steps.changed-cpp-files.outputs.all_changed_files }}
run: run-clang-tidy -j $(nproc --all) -p build/ -export-fixes clang-tidy-fixes.yaml -config "$(cat src/fuse/.clang-tidy)" ${{ steps.changed-cpp-files.outputs.all_changed_files }}
working-directory: /colcon_ws
- uses: asarium/[email protected]
with:
Expand Down

0 comments on commit 793b007

Please sign in to comment.