Revert elipses checks
These checks never worked in the first place.
When trying to check using a regex, too many valid cases of git ranges and CLI test substitutions showed up.
Some checks failed
— 0 passed, 1 failed
View logs ↗
Changes:
- Only revert codespell
- Use bash script to check for ellipses
- Fix all sites in markdown files; and Rust code if they are outputs to CLI
Changes:
- Also revert typos change
Changes:
- Include
.rsfiles - Use
git ls-filespiped tosedfor replacing the examples automatically git diffdetects if files are changed, and errors, if so- Remaining
.rsfiles were automatically modified usingsed
Changes
- Rebase
- Ignore cases where '...' are standalone – these are catch all cases in the CLI example tests
- Modify script to detect changes use checksum approach
- Fix to git range detection; as well as capturing patterns using local variables