diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 9c1a9e7..a29add1 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -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/action@v3.0.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 136aa28..f0e3477 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 \ No newline at end of file + - id: cppcheck \ No newline at end of file