diff --git a/.github/workflows/gh_actions_macos.yml b/.github/workflows/gh_actions_macos.yml index 0565c72..cf8107b 100644 --- a/.github/workflows/gh_actions_macos.yml +++ b/.github/workflows/gh_actions_macos.yml @@ -14,8 +14,6 @@ jobs: run: clang -v tests/test_repo/ok.c -o helloworld - name: list libraries where oclint/clang will look for them run: ls -hal /usr/local/include/ - - name: list libraries where they are likely to actually be - run: ls -hal /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include - name: Install 4 hooks, python3, llvm 12.0.1 already installed which includes clang-tidy, clang-format run: brew install uncrustify cppcheck oclint iwyu - name: Install pip dependencies diff --git a/hooks/utils.py b/hooks/utils.py index ad3326f..8d5e465 100755 --- a/hooks/utils.py +++ b/hooks/utils.py @@ -8,9 +8,6 @@ import sys from typing import List -# touch -# touch - class Command: """Super class that all commands inherit"""