Skip to content
Snippets Groups Projects
Commit d5539f3c authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Andre Maroneze
Browse files

[dev] do not attempt to lint deleted files in pre-commit hook

parent 8793ce95
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,6 @@ else
fi
MANUAL_ML_FILES=\
$(git diff-index --name-only $against | \
$(git diff-index --name-only --diff-filter d $against | \
grep -e '^src/.*\.mli\?$' | tr '\n' ' ') \
make ${MAKELEVEL} lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment