diff options
| author | Emilio Jesus Gallego Arias | 2020-01-22 17:21:25 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-01-22 17:21:25 +0100 |
| commit | c3129a127dd682e074b64ca7f31cbc8f44548392 (patch) | |
| tree | ae457cfc16b33b7514c15a5ba7a9b48fb6156718 /dev | |
| parent | dc25c63771fb32a4236b04eb940e7881f28669e1 (diff) | |
[lint] Use makefile wrapper instead of calling dune command directly.
This is necessary until we get of the voboot step.
See https://github.com/coq/coq/pull/11406#issuecomment-577261843 for
more details.
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/lint-repository.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/lint-repository.sh b/dev/lint-repository.sh index 224601bbce..553696410c 100755 --- a/dev/lint-repository.sh +++ b/dev/lint-repository.sh @@ -33,6 +33,6 @@ echo Checking overlays dev/tools/check-overlays.sh || CODE=1 echo Checking ocamlformat -dune build @fmt || CODE=1 +make -f Makefile.dune fmt || CODE=1 exit $CODE |
