-
Notifications
You must be signed in to change notification settings - Fork 145
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 voxpupuli-rubocop #458
Conversation
# Include: **/*.gemspec | ||
Gemspec/RequireMFA: | ||
# Configuration parameters: Width, AllowedPatterns. | ||
Layout/IndentationWidth: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can work on cleaning this up after the PR got accepted. I didn't want to invest too much time right now.
57263f6
to
3e68eef
Compare
the rubocop rake task should also run in CI, but I'm not sure how Puppet would like to have their CI setup. Example setup how we do it at Vox Pupuli: https://github.com/voxpupuli/voxpupuli-release/blob/master/.github/workflows/test.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
If you could resolve the conflict I would be happy to go ahead and merge.
In the past puppetlabs_spec_helper pulls in an undefined version of RuboCop. RuboCop is known for introducing breaking changes in minor releases. voxupuli-rubocop provides a curated version of rubocop + dependencies + a RuboCop config based on community best practices. In addition dependabot is used to inform people about new voxpupuli-rubocop updates. This will ensure that puppetlabs_spec_helper won't randomly pull in new RuboCop versions that break CI again.
@david22swan conflict resolved |
In the past puppetlabs_spec_helper pulls in an undefined version of RuboCop. RuboCop is known for introducing breaking changes in minor releases. voxupuli-rubocop provides a curated version of rubocop + dependencies + a RuboCop config based on community best practices. In addition dependabot is used to inform people about new voxpupuli-rubocop updates. This will ensure that puppetlabs_spec_helper won't randomly pull in new RuboCop versions that break CI again.
Summary
Provide a detailed description of all the changes present in this pull request.
Additional Context
Add any additional context about the problem here.
Related Issues (if any)
Mention any related issues or pull requests.
Checklist