-
Notifications
You must be signed in to change notification settings - Fork 465
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
Possible issue with Ruby 2.2.1 #438
Comments
Hey @justin808, thanks for the report. I'm having trouble reproducing this locally (even with Ruby 2.2.1). You're right that the Rainbow string extensions aren't getting loaded, but that doesn't seem to make sense since we explicitly Does your |
Closing due to lack of response. Feel free to reopen if more information can be provided! |
@sds Sorry about the slow response. The issue was rubocop/rubocop#1839 |
Thanks for the clarification, @justin808. I would like to remove |
For some reason the rainbow mixin on strings is not working. This seems to only happen for me when running
bundle exec rake scss_lint
I'm initializing the rake task like:
Running scss-lint on the command line works fine.
The text was updated successfully, but these errors were encountered: