-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
New Mark rule does not allow marks with only a hyphen #778
Labels
bug
Unexpected and reproducible misbehavior.
Comments
Thanks for reporting this. Should be an easy fix, if you're looking to contribute to SwiftLint @aron 😄 |
roddi
added a commit
to roddi/SwiftLint
that referenced
this issue
Aug 30, 2016
please accept my pull request for this issue: #789 |
This bug is reproducible in |
You're right, sorry about reintroducing this. I'm on it. |
jpsim
added a commit
that referenced
this issue
Dec 1, 2016
* master: optimize MarkRule.violationRangesInFile() a tiny bit fix missing variable rename fix #778
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The mark rule added in #768 does not allow marks containing only a hyphen.
We use these often to split up files into sections as they insert dividers in the Document Items view.
The text was updated successfully, but these errors were encountered: