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

Automated PR: Cookstyle Changes #454

Merged
merged 2 commits into from
Aug 12, 2021
Merged

Automated PR: Cookstyle Changes #454

merged 2 commits into from
Aug 12, 2021

Conversation

xorimabot
Copy link
Contributor

Hey!
I ran Cookstyle 7.12.2 against this repo and here are the results.
This repo was selected due to the topics of cookbook

Changes

Issues found and resolved with resources/inspec_gem.rb

Issues found and resolved with: resources/inspec_gem.rb

 - 1:1 refactor: Chef/Deprecations/ResourceWithoutUnifiedTrue - Set unified_mode true in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 April 2022 when Unified Mode becomes the default. https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue

Signed-off-by: Xorima Bot <[email protected]>
@xorimabot xorimabot requested a review from a team May 11, 2021 09:12
Issues found and resolved with: tasks/changelog.rake

 - 48:25 convention: Style/WordArray - Use [] for an array of words. https://rubystyle.guidepercent-w
 - 49:33 convention: Style/WordArray - Use [] for an array of words. https://rubystyle.guidepercent-w

Signed-off-by: Xorima Bot <[email protected]>
@@ -45,8 +45,8 @@ begin
config.future_release = "v#{metadata.version}"
config.user = 'chef-cookbooks'
config.project = 'audit'
config.bug_labels = %w(bug Bug Type:\ Bug )
config.enhancement_labels = %w(enhancement Enhancement Type:\ Enhancement )
config.bug_labels = ['bug', 'Bug', 'Type: Bug']
Copy link
Contributor

Choose a reason for hiding this comment

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

Well that's an interesting change. I do like avoiding escaping this out

@tas50 tas50 merged commit 8d422c0 into master Aug 12, 2021
@github-actions github-actions bot deleted the automated/cookstyle branch August 12, 2021 17:04
@limitusus
Copy link

@tas50
Could you make a new release with this PR?
I think it will close #459.

@kmf
Copy link

kmf commented Oct 31, 2022

@tas50 isn't around anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants