mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Change rename_attributes_to_inputs from ignore to warn.
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
a8c2544e72
commit
a00520d8b3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
"suffix": "This property will be removed in InSpec 4.0."
|
||||
},
|
||||
"rename_attributes_to_inputs": {
|
||||
"action": "ignore",
|
||||
"action": "warn",
|
||||
"prefix": "InSpec Attributes are being renamed to InSpec Inputs to avoid confusion with Chef Attributes.",
|
||||
"comment": "See #3802"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue