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

Cookstyle Bot Auto Corrections with Cookstyle 7.30.1 #30

Closed
wants to merge 1 commit into from

Conversation

cookstyle[bot]
Copy link

@cookstyle cookstyle bot commented Jan 17, 2022

This change is automatically generated by the Cookstyle Bot using the latest version of Cookstyle (7.30.1). Adopting changes suggested by Cookstyle improves cookbook readability, avoids common coding mistakes, and eases upgrades to newer versions of the Chef Infra Client.

Style/Encoding

Chef/Modernize/LegacyBerksfileSource

Style/RegexpLiteral

Chef/Style/CommentFormat

Style/TrailingCommaInArrayLiteral

Chef/Sharing/InvalidLicenseString

Chef/RedundantCode/LongDescriptionMetadata

Chef/RedundantCode/RecipeMetadata

Chef/Style/IncludeRecipeWithParentheses

Chef/Style/UnnecessaryPlatformCaseStatement

Layout/DotPosition

Layout/TrailingEmptyLines

Chef/Deprecations/ChefSpecCoverageReport

Signed-off-by: Cookstyle [email protected]

This change is automatically generated by the Cookstyle Bot using the latest version of Cookstyle (7.30.1). Adopting changes suggested by Cookstyle improves cookbook readability, avoids common coding mistakes, and eases upgrades to newer versions of the Chef Infra Client.

### Style/Encoding
  - **/Berksfile:1**: Unnecessary utf-8 encoding comment. (https://rubystyle.guide#utf-8)
  - **/Gemfile:1**: Unnecessary utf-8 encoding comment. (https://rubystyle.guide#utf-8)
  - **/Guardfile:1**: Unnecessary utf-8 encoding comment. (https://rubystyle.guide#utf-8)
  - **/Rakefile:2**: Unnecessary utf-8 encoding comment. (https://rubystyle.guide#utf-8)
  - **/attributes/default.rb:1**: Unnecessary utf-8 encoding comment. (https://rubystyle.guide#utf-8)
  - **/attributes/hardening.rb:1**: Unnecessary utf-8 encoding comment. (https://rubystyle.guide#utf-8)
  - **/metadata.rb:1**: Unnecessary utf-8 encoding comment. (https://rubystyle.guide#utf-8)
  - **/recipes/default.rb:1**: Unnecessary utf-8 encoding comment. (https://rubystyle.guide#utf-8)
  - **/recipes/hardening.rb:1**: Unnecessary utf-8 encoding comment. (https://rubystyle.guide#utf-8)
  - **/spec/default_spec.rb:1**: Unnecessary utf-8 encoding comment. (https://rubystyle.guide#utf-8)
  - **/spec/hardening_spec.rb:1**: Unnecessary utf-8 encoding comment. (https://rubystyle.guide#utf-8)
  - **/spec/spec_helper.rb:1**: Unnecessary utf-8 encoding comment. (https://rubystyle.guide#utf-8)

### Chef/Modernize/LegacyBerksfileSource
  - **/Berksfile:3**: Do not use legacy Berksfile community sources. Use Chef Supermarket instead. (https://docs.chef.io/workstation/cookstyle/chef_modernize_legacyberksfilesource)

### Style/RegexpLiteral
  - **/Guardfile:5**: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
  - **/Guardfile:9**: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
  - **/Guardfile:10**: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
  - **/Guardfile:11**: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
  - **/Guardfile:12**: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
  - **/Guardfile:17**: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
  - **/Guardfile:18**: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
  - **/Guardfile:23**: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
  - **/Guardfile:24**: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
  - **/Guardfile:25**: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
  - **/Guardfile:26**: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
  - **/Guardfile:27**: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
  - **/Guardfile:28**: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
  - **/Guardfile:29**: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)

### Chef/Style/CommentFormat
  - **/attributes/default.rb:3**: Properly format header comments (https://docs.chef.io/workstation/cookstyle/chef_style_commentformat)
  - **/attributes/default.rb:6**: Properly format header comments (https://docs.chef.io/workstation/cookstyle/chef_style_commentformat)
  - **/attributes/default.rb:7**: Properly format header comments (https://docs.chef.io/workstation/cookstyle/chef_style_commentformat)
  - **/attributes/hardening.rb:3**: Properly format header comments (https://docs.chef.io/workstation/cookstyle/chef_style_commentformat)
  - **/attributes/hardening.rb:6**: Properly format header comments (https://docs.chef.io/workstation/cookstyle/chef_style_commentformat)
  - **/attributes/hardening.rb:7**: Properly format header comments (https://docs.chef.io/workstation/cookstyle/chef_style_commentformat)
  - **/recipes/default.rb:3**: Properly format header comments (https://docs.chef.io/workstation/cookstyle/chef_style_commentformat)
  - **/recipes/default.rb:6**: Properly format header comments (https://docs.chef.io/workstation/cookstyle/chef_style_commentformat)
  - **/recipes/hardening.rb:3**: Properly format header comments (https://docs.chef.io/workstation/cookstyle/chef_style_commentformat)
  - **/recipes/hardening.rb:6**: Properly format header comments (https://docs.chef.io/workstation/cookstyle/chef_style_commentformat)
  - **/spec/default_spec.rb:3**: Properly format header comments (https://docs.chef.io/workstation/cookstyle/chef_style_commentformat)
  - **/spec/hardening_spec.rb:3**: Properly format header comments (https://docs.chef.io/workstation/cookstyle/chef_style_commentformat)
  - **/spec/spec_helper.rb:3**: Properly format header comments (https://docs.chef.io/workstation/cookstyle/chef_style_commentformat)

### Style/TrailingCommaInArrayLiteral
  - **/attributes/hardening.rb:51**: Put a comma after the last item of a multiline array. (https://rubystyle.guide#no-trailing-array-commas)
  - **/spec/hardening_spec.rb:26**: Put a comma after the last item of a multiline array. (https://rubystyle.guide#no-trailing-array-commas)

### Chef/Sharing/InvalidLicenseString
  - **/metadata.rb:5**: Cookbook metadata.rb does not use a SPDX compliant license string or "all rights reserved". See https://spdx.org/licenses/ for a complete list of license identifiers. (https://docs.chef.io/workstation/cookstyle/chef_sharing_invalidlicensestring)

### Chef/RedundantCode/LongDescriptionMetadata
  - **/metadata.rb:7**: The long_description metadata.rb method is not used and is unnecessary in cookbooks. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_longdescriptionmetadata)

### Chef/RedundantCode/RecipeMetadata
  - **/metadata.rb:12**: The recipe metadata.rb method is not used and is unnecessary in cookbooks. Recipes should be documented in the cookbook's README.md file instead. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_recipemetadata)
  - **/metadata.rb:13**: The recipe metadata.rb method is not used and is unnecessary in cookbooks. Recipes should be documented in the cookbook's README.md file instead. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_recipemetadata)

### Chef/Style/IncludeRecipeWithParentheses
  - **/recipes/default.rb:21**: There is no need to wrap the recipe in parentheses when using the include_recipe helper (https://docs.chef.io/workstation/cookstyle/#includerecipewithparentheses)

### Chef/Style/UnnecessaryPlatformCaseStatement
  - **/recipes/hardening.rb:22**: Use the platform?() and platform_family?() helpers instead of a case statement that only includes a single when statement. (https://docs.chef.io/workstation/cookstyle/chef_style_unnecessaryplatformcasestatement)

### Layout/DotPosition
  - **/spec/hardening_spec.rb:48**: Place the . on the next line, together with the method name. (https://rubystyle.guide#consistent-multi-line-chains)
  - **/spec/hardening_spec.rb:51**: Place the . on the next line, together with the method name. (https://rubystyle.guide#consistent-multi-line-chains)

### Layout/TrailingEmptyLines
  - **/spec/spec_helper.rb:24**: 1 trailing blank lines detected. (https://rubystyle.guide#newline-eof)

### Chef/Deprecations/ChefSpecCoverageReport
  - **/spec/spec_helper.rb:25**: Don't use the deprecated ChefSpec coverage report functionality in your specs. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_chefspeccoveragereport)

Signed-off-by: Cookstyle <[email protected]>
@cookstyle
Copy link
Author

cookstyle bot commented Jan 26, 2022

Closing this pull request as it has been superseded by #31, which was created with Cookstyle 7.31.1.

@cookstyle cookstyle bot closed this Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants