Change inspec_ui_methods from ignore -> warn

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-04-23 21:59:14 -07:00
parent fe8a591d6d
commit 656406b8f6

View file

@ -25,7 +25,7 @@
"suffix": "This will not be supported in InSpec 4.0."
},
"inspec_ui_methods": {
"action": "ignore",
"action": "warn",
"suffix": "Please call `cli.ui` directly",
"comment": "See #3715"
},