(ci): multiple commit on same file is problematic with commit range checks
requested to merge 59-ci-multiple-commit-on-same-file-is-problematic-with-commit-range-checks into dev
Description
Only patch CSpell command to not fail if a file doesn't exist. Doing more is simply too dangerous right now and even not wanted in all cases.
Closes #59 (closed)
How to test it?
- On a temporary branch from "dev", add somewhere a "truc.hpp" with a CSpell mistake in it.
- Commit it
- Move "truc.hpp" elsewhere
- Commit
- Fix the spelling mistake
- Commit
- launch
sheldon dev..HEAD
- CSpell should not fail with the first location of "truc.hpp"
Edited by Didier WECKMANN