checkforbiddensourceheader norminette function

This commit is contained in:
Timo Schmidt 2023-03-28 19:37:29 +02:00
parent 8b918d5a49
commit d2d54fbeea
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ norminette () {
if [ ! "${version}" = "3.3.50" ]; then
printf "%s\n" "Your norminette version is not 3.3.50, but ${version}, which will not catch some indentation errors. Please up-/downgrade. Exiting"
fi
$(type -P norminette) "$@"
$(type -P norminette) -R CheckForbiddenSourceHeader "$@"
}
jmp () {
cd "$(find . -name "${1}" -not -wholename "*mouli*" -print -quit)"