@@ -148,7 +148,7 @@ function lint_files {
function list_files {
if [ $# -gt 0 ]; then
find "$@" -type f | grep -vE '^\./\.git/'
find "$@" -type f | grep -vE '^\./\.git/' | grep -vE '^\./\vendor/'
else
git diff --cached --name-only
fi
The note is not visible to the blocked user.