bin/tools/pre-commit-hook: Added banner check for source and scripts

This commit is contained in:
Will Bainbridge
2018-06-19 11:20:54 +01:00
parent 91c3430acc
commit c68e75ac5a
2 changed files with 128 additions and 9 deletions

View File

@ -115,6 +115,9 @@ checkNonStandardCodePatterns
# check if #ifndef/#define bounds are named correctly
checkHeaderIfndefNames
# check banner
checkBanner
# check copyright
checkCopyright