mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Change the deprecation warning to mention inputs
Attributes are now referred to as Inputs Signed-off-by: Dan Webb <dan.webb@damacus.io>
This commit is contained in:
parent
f09d49da66
commit
450ab79064
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"groups": {
|
"groups": {
|
||||||
"attrs_value_replaces_default": {
|
"attrs_value_replaces_default": {
|
||||||
"action": "warn",
|
"action": "warn",
|
||||||
"prefix": "The 'default' option for attributes is being replaced by 'value' - please use it instead."
|
"prefix": "The 'default' option for inputs is being replaced by 'value' - please use it instead."
|
||||||
},
|
},
|
||||||
"attrs_dsl": {
|
"attrs_dsl": {
|
||||||
"action": "ignore",
|
"action": "ignore",
|
||||||
|
|
Loading…
Reference in a new issue