lib/rubocop/cop/chef/redundant/property_splat_regex.rb in cookstyle-6.21.1 vs lib/rubocop/cop/chef/redundant/property_splat_regex.rb in cookstyle-7.0.0
- old
+ new
@@ -16,10 +16,10 @@
# limitations under the License.
#
module RuboCop
module Cop
module Chef
- module ChefRedundantCode
+ module RedundantCode
# When a property has a type of String it can accept any string. There is no need to also validate string inputs against a regex that accept all values.
#
# @example
#
# # bad