Skip to main content

ResourceWithNoneAction

All Cookstyle Cops


The department is: Chef/Correctness

The full name of the cop is: Chef/Correctness/ResourceWithNoneAction


Enabled by default Supports autocorrection Target Chef Version
Enabled Yes All Versions

The :nothing action is often typo’d as :none

Examples

incorrect

service 'foo' do
 action :none
end

correct

service 'foo' do
 action :nothing
end

Configurable attributes

Name Default value Configurable values
Version Added 5.5.0 String
Exclude
  • **/attributes/*.rb
  • **/metadata.rb
  • **/Berksfile
Array

Was this page helpful?

×









Search Results