Skip to content

Commit

Permalink
🔧 disable clang-format in cpp-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer authored Mar 31, 2023
1 parent d9d3645 commit 4da3f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
pipx run cpp-linter \
--version=14 \
--style="file" \
--style="" \
--tidy-checks="" \
--thread-comments=true \
--files-changed-only=true \
Expand Down

0 comments on commit 4da3f62

Please sign in to comment.