Skip to content

Commit

Permalink
Revert "Exclude Squirrel wrapper from cppcheck"
Browse files Browse the repository at this point in the history
This reverts commit e65bff9.
  • Loading branch information
tobbi committed Feb 5, 2023
1 parent e65bff9 commit bea2d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
./danmar-cppcheck-*/cppcheck \
--quiet --inline-suppr --language=c++ --error-exitcode=10 \
-j"$(nproc)" --std=c++14 --enable=warning,style \
--suppress=useStlAlgorithm src/ -isrc/scripting/wrapper.hpp -isrc/scripting/wrapper.cpp
--suppress=useStlAlgorithm src/

0 comments on commit bea2d78

Please sign in to comment.