Skip to content

Commit

Permalink
Remove include what you use from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicx95 committed Apr 18, 2024
1 parent 0df0281 commit 9841449
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y llvm cppcheck
sudo apt-get install -y iwyu
- name: Pre-commit actions
uses: pre-commit/[email protected]
Expand Down
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ repos:
- id: clang-format
- id: clang-tidy
exclude: '^communicator/main.cpp$|^communicator/mainwindow.cpp$|^communicator/mainwindow.h$|^communicator/tests/exampleTest.cpp$' #auto generated files
- id: cppcheck
- id: include-what-you-use
exclude: '^communicator/main.cpp$|^communicator/mainwindow.cpp$|^communicator/mainwindow.h$|^communicator/tests/exampleTest.cpp$' #auto generated files
- id: cppcheck

0 comments on commit 9841449

Please sign in to comment.