Change rename_attributes_to_inputs from ignore to warn.

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-04-23 19:18:55 -07:00
parent a8c2544e72
commit a00520d8b3

View file

@ -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"
},