Open tas50 opened 7 years ago
From the deprecations page:
Current versions of Chef emit a warning if the property declaration has both default and name_property set. In Chef 13, that will become an error. For example:
property :my_property, [ String ], default: [], name_property: true
Fixed by https://github.com/Foodcritic/foodcritic/pull/639
From the deprecations page:
Current versions of Chef emit a warning if the property declaration has both default and name_property set. In Chef 13, that will become an error. For example:
property :my_property, [ String ], default: [], name_property: true