Skip to content

Commit

Permalink
Missing return value in git-pre-commit-cppcheck (#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
LE GARREC Vincent authored and danmar committed Sep 21, 2018
1 parent 1e347f6 commit 2675793
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/git-pre-commit-cppcheck
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ if [ -n "$changed_files" ]; then
cppcheck --error-exitcode=1 $changed_files
exit $?
fi

exit 0

0 comments on commit 2675793

Please sign in to comment.