chef-postgres-hardening icon indicating copy to clipboard operation
chef-postgres-hardening copied to clipboard

Cookstyle Bot Auto Corrections with Cookstyle 7.31.1

Open cookstyle[bot] opened this issue 4 years ago • 0 comments

This change is automatically generated by the Cookstyle Bot using the latest version of Cookstyle (7.31.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[bot] avatar Jan 26 '22 21:01 cookstyle[bot]