Chef/Correctness/ResourceWithNoneAction
The Cookstyle cops department: Chef/Correctness
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 |
Include | Array |