You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 2.2.0.4 introduced [some changes](https://github.com/whitequark/parse r/compare/v2.2.0.3...v2.2.0.4), one of which came from this commit. It made a change in how comments are associated to code that affected the Style/Documentation cop. This is why the build of RuboCop is currently failing.
The affected code in documentation.rb is a workaround for a problem, I think, and the recent change in Parser is a correction. I'm unsure if the change follows the Semantic Versioning rules, but it makes no difference for us, given the way we specify the dependency:
Version 2.2.0.4 introduced [some changes](https://github.com/whitequark/parse r/compare/v2.2.0.3...v2.2.0.4), one of which came from this commit. It made a change in how comments are associated to code that affected the
Style/Documentation
cop. This is why the build of RuboCop is currently failing.The affected code in
documentation.rb
is a workaround for a problem, I think, and the recent change in Parser is a correction. I'm unsure if the change follows the Semantic Versioning rules, but it makes no difference for us, given the way we specify the dependency:We should just update
Style/Documentation
and change the dependency toThe text was updated successfully, but these errors were encountered: