@@ -21,7 +21,7 @@ cc-run(){
if command -v norminette &>/dev/null
then
norminette "${file}"
norminette "${file}" -R CheckForbiddenSourceHeader
fi
cc -std=c99 "${file}" -o "${file}.out" -Wall -Wextra -Werror -fsanitize=address && \
The note is not visible to the blocked user.