passenger_apache2 icon indicating copy to clipboard operation
passenger_apache2 copied to clipboard

Manual Cookstyle Fixes Required

Open damacus opened this issue 2 months ago • 0 comments

Cookstyle Manual Fixes Required

The following Cookstyle offenses were found but require manual fixes:

recipes/default.rb

  • Chef/Correctness/NodeNormal at line 39: Chef/Correctness/NodeNormal: Do not use node.normal. Replace with default/override/force_default/force_override attribute levels. (https://docs.chef.io/workstation/cookstyle/chef_correctness_nodenormal)

test/cookbooks/passenger_apache2_test/recipes/package.rb

  • Chef/Correctness/NodeNormal at line 20: Chef/Correctness/NodeNormal: Do not use node.normal. Replace with default/override/force_default/force_override attribute levels. (https://docs.chef.io/workstation/cookstyle/chef_correctness_nodenormal)
  • Chef/Correctness/NodeNormal at line 21: Chef/Correctness/NodeNormal: Do not use node.normal. Replace with default/override/force_default/force_override attribute levels. (https://docs.chef.io/workstation/cookstyle/chef_correctness_nodenormal)
  • Chef/Correctness/NodeNormal at line 23: Chef/Correctness/NodeNormal: Do not use node.normal. Replace with default/override/force_default/force_override attribute levels. (https://docs.chef.io/workstation/cookstyle/chef_correctness_nodenormal)

Summary

  • Total offenses requiring manual fixes: 4
  • Files with issues: 14

This issue was automatically generated by the GitHub Cookstyle Runner.

damacus avatar Oct 09 '25 12:10 damacus