-
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
0.8.0 doesn't recognize variable names properly #522
Comments
Oh, one more thing. Apparently there is no way to revert to a specific version of swiftlint using brew. Not sure how swiftlint is different than many other tools. |
That's a Homebrew limitation. I'm looking into your first issue now. |
I just merged a fix to |
Thanks. When do you think it will be available via homebrew? |
I don't know when we'll be cutting the next release. |
I just installed 0.8.0 and now SwiftLint is giving me an error on every variable name. For example:
SwiftLint gives me the following error on the first line above at the first instance of
parameters
:Background
brew install swiftlint
max_length
ofvariable_name
to 45.The text was updated successfully, but these errors were encountered: