mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-12 09:57:01 -04:00
githooks: do not run syntax checks on files being deleted
This commit is contained in:
@@ -23,6 +23,7 @@ else
|
||||
RB_FILES=
|
||||
|
||||
for f in $files; do
|
||||
test -e $f || continue
|
||||
case $f in
|
||||
*.py)
|
||||
PY_FILES+=" $f"
|
||||
|
||||
Reference in New Issue
Block a user