Skip to content
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

SwiftLint LineLengthViolation should not account for swift embedded resource snippets #821

Closed
grimaldini opened this issue Sep 21, 2016 · 2 comments

Comments

@grimaldini
Copy link

grimaldini commented Sep 21, 2016

The following #imageLiteral(resourceName: "pause_tapped") should be count as the length of pause_tapped + 1 (for the thumbnail) instead of the length of the whole expression "#imageLiteral(resourceName: "pause_tapped")" as in Xcode this contains a special display

@marcelofabri
Copy link
Collaborator

This should be fixed now that #830 was merged 🎉

@norio-nomura
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants