Skip to content

Detect trailing spaces in *.robot files #1104

Closed
@php-coder

Description

@php-coder

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)

Metadata

Metadata

Assignees

Labels

ADR/neededA decision has been made and it needs to be documentedarea/ciresolution/goneNon-reproducible, obsolete, outdated issues

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions