-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
TrailingNewlineRule.swift doesn't seem to work #43
Labels
bug
Unexpected and reproducible misbehavior.
Comments
You're absolutely right! I'll look into why this is the case. |
The problem was that we weren't specifying a line in the warning, so Xcode didn't pick it up. Fixed in #46. |
Has this fix been pushed to brew yet? Running a brew upgrade didn't update the package. |
Nope, there's a big pile of fixes as you can see from the CHANGELOG that I'd like to include in a release shortly. I'll cut a release today or tomorrow. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I've tried adding multiple ending new lines and having 0 extra new lines at the end of my file, but I never get a warning for this. I know the swiftlint library is active though, because I'm getting other warnings.
The text was updated successfully, but these errors were encountered: