mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Add deprecation group for renaming attributes
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
86bb48d10c
commit
d52d497aac
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@
|
|||
"filesystem_property_size": {
|
||||
"action": "ignore",
|
||||
"comment": "See #3778"
|
||||
},
|
||||
"rename_attributes_to_inputs": {
|
||||
"action": "ignore",
|
||||
"prefix": "InSpec Attributes are being renamed to InSpec Inputs to avoid confusion with Chef Attributes.",
|
||||
"comment": "See #3802"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue