| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…e violations between a separator and a comment
There was a problem hiding this comment.
Looks great.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
When checking for consistent whitespace between separators, using:
Whitespace between a separator and subsequent start of a comment is flagged as a violation. When formatting, it is removed.
So something such as:
Is fixed to:
This doesn't seem like desirable behaviour.
This PR ignores whitespace between separators and the start of a comment.
There were no tests around the CheckSeparator parameter, so I've added some.
Fixes #1842
PR Checklist