Skip to content
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

(GH-327) Fix rubocop "off" & "hardcore" profiles #453

Merged
merged 1 commit into from
Aug 30, 2021
Merged

(GH-327) Fix rubocop "off" & "hardcore" profiles #453

merged 1 commit into from
Aug 30, 2021

Conversation

russellshackleford
Copy link
Contributor

  • Quoting the off hash key changed its value.
  • enabled_cops conditional is always wrong because it isn't set yet
  • hardcore should imply the kitchen sink, hence pending cops, too
  • enabled cops is an array, not a hash.

@CLAassistant
Copy link

CLAassistant commented Aug 27, 2021

CLA assistant check
All committers have signed the CLA.

- Quoting the off hash key changed its value.
- enabled_cops conditional is always wrong because it isn't set yet
- hardcore should imply the kitchen sink, hence pending cops, too
- enabled cops is an array, not a hash.
@russellshackleford
Copy link
Contributor Author

It would be great if this commit could be forward ported to a 2.2.1 tag and released. It is a clean merge with the 2.2.0 tag.

Copy link
Contributor

@michaeltlombardi michaeltlombardi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@michaeltlombardi michaeltlombardi merged commit fe51af3 into puppetlabs:main Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants