Commit Graph

10 Commits

Author SHA1 Message Date
Pierre Rudloff 0ecc785680 Shell good practices 2021-08-18 03:31:43 +00:00
Hans-Christoph Steiner 47c0894f03
hooks/pre-commit: only look for .yml files 2020-05-26 11:23:58 +02:00
Hans-Christoph Steiner 24e96be6d0 support localized files and graphics in git pre-commit hook 2017-05-30 10:53:28 +02:00
Daniel Martí a07f1af706 pre-commit: do nothing if no apps are changed
Otherwise, we'd run lint on every single app.
2016-06-20 11:18:31 +01:00
Daniel Martí 61fa7a2ed7 hooks/pre-commit: only check changed files
Speeds up commiting a single file from ~2.6s to ~1.2s on my machine.
2016-06-17 11:36:18 +01:00
Daniel Martí c1894d3e41 pre-commit hook: use lint -f
This avoids calling rewritemeta separately, which means parsing all the
metadata files once instead of twice.

This reduces the running time of the pre-commit script from ~3s to ~2s
on my machine.
2015-12-07 20:13:36 +01:00
Daniel Martí 4acc100ea1 Add lint to pre-commit hook 2015-10-05 11:37:14 +02:00
Daniel Martí f9a55cb0af Unify metadata checks in verify-rewritemeta.sh 2015-09-28 16:52:12 -07:00
Daniel Martí eb3d82e31a Use full paths when installing hooks, safer strings 2014-05-28 09:26:04 +02:00
Daniel Martí 24b1ba0e8a Start shipping hooks, pre-commit with readmeta first 2014-05-27 14:07:48 +02:00