Skip to content

Commit

Permalink
Exclude Squirrel wrapper from cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkubax10 committed Feb 4, 2023
1 parent 7a1bd6e commit e65bff9
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/
--suppress=useStlAlgorithm src/ -isrc/scripting/wrapper.hpp -isrc/scripting/wrapper.cpp

0 comments on commit e65bff9

Please sign in to comment.