Skip to content

Commit

Permalink
🔧 disable clang-format and only check changed files in cpp-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer authored Mar 31, 2023
1 parent cd81107 commit 7a0408b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
run: |
pipx run cpp-linter \
--version=14 \
--style="file" \
--style="" \
--tidy-checks="" \
--thread-comments=true \
--files-changed-only=false \
--files-changed-only=true \
--ignore="build" \
--database=build
- name: Fail if linter found errors
Expand Down

0 comments on commit 7a0408b

Please sign in to comment.