Closed
Description
A couple of times I've merged PRs and I've noticed trailing spaces in the *.robot
files too late. We need to detect such violations and fail earlier.
rflint
should support it, but it doesn't: boakley/robotframework-lint#37
So, here what we can do:
- contribute such a support to rflint
- write a custom rule for rflint
- add a simple check to Danger (it could be just a single
grep
invocation)