Commit e157e88
committed
💚 check for changes found by moban
Re-instates check dropped in b8b61f8.
Use --ignore-blank-lines because sphinx templates have
trailing lines that are not wanted here, and 92b799a
and others removed the custom handling of these, and
moban doesnt yet have post-processors to handle this.
git diff --ignore-blank-lines --exit-code still emits
an exit code even if there was no applicable changes,
even with git v2.22.0 on Travis' bionic image.
Workaround with a shell loop.1 parent 78b672f commit e157e88
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
0 commit comments