-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bixby not compatible with latest Rubocop #6
Comments
I'm not sure there's a good way for us to do that. The whole point of the project is to decouple style concerns from RuboCop versions, and until RuboCop goes 1.0, it will be impossible to predict compatibility without just locking to a particular version. Thoughts? |
After some thought, here is the proposal I have in mind for handling the versioning issue:
|
Closing this issue with the fix listed above. |
We are locking the versions of rubocop dependencies for future releases of Bixby as discussed on #6. Future releases will add support for forward versions, and bump major versions when rubocop compatibility breaks.
This is based on the versioning strategy outlined in: #6.
Should we be defining rubocop versions?
The text was updated successfully, but these errors were encountered: