-
Notifications
You must be signed in to change notification settings - Fork 34
Detect trailing spaces in *.robot files #1104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
ADR/needed
A decision has been made and it needs to be documented
area/ci
resolution/gone
Non-reproducible, obsolete, outdated issues
Milestone
Comments
One more: faf5474 |
Yet another one: 5d78e2b |
I will double-check on next commits.
|
@mukeshk I don't blame you as it should be spotted by our scripts. I also haven't noticed it during review so this is something that just should be automated. |
One more: f62ebd2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ADR/needed
A decision has been made and it needs to be documented
area/ci
resolution/gone
Non-reproducible, obsolete, outdated issues
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#37So, here what we can do:
grep
invocation)The text was updated successfully, but these errors were encountered: