-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Switch to latest voxpupuli-rubocop #478
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #478 +/- ##
==========================================
+ Coverage 90.08% 90.58% +0.49%
==========================================
Files 76 76
Lines 1584 1572 -12
==========================================
- Hits 1427 1424 -3
+ Misses 157 148 -9 ☔ View full report in Codecov by Sentry. |
metadata-json-lint pulls this in, so it can end up being painful for a lot of users. IIRC bundler in Ruby 2.5 isn't able to deal well with the required ruby version. Take that into consideration. |
@ekohl metadata-json-lint uses json-schema |
My concern is that we will want to update https://github.com/voxpupuli/metadata-json-lint/blob/e089948daf5f18db6a873f6da4d661858905968b/metadata-json-lint.gemspec#L20 but if we make it IMHO 👎 on dropping it in this gem unless we start using Puppet 2.7 features or Puppet 6 is really dead and buried. |
00a986f
to
27453b9
Compare
a75665f
to
06e1433
Compare
We now removed Ruby 2.6 and older in another PR. This one just updates rubocop. I left a bit of stuff in the todo file, otherwise the PR would have been too huge. I will clean that up in a followup PR. |
Both ruby version are EoL. We already merged a breaking change to master, so I think it's good to drop those old ruby versions.