diff --git a/lib/puppet/resource_api/data_type_handling.rb b/lib/puppet/resource_api/data_type_handling.rb index 69eee55c..23f7122a 100644 --- a/lib/puppet/resource_api/data_type_handling.rb +++ b/lib/puppet/resource_api/data_type_handling.rb @@ -1,4 +1,4 @@ -module Puppet; module ResourceApi; end; end # predeclare the main module # rubocop:disable Style/Documentation +module Puppet; module ResourceApi; end; end # predeclare the main module # rubocop:disable Style/Documentation Style/ClassAndModuleChildren # This module is used to handle data inside types, contains methods for munging # and validation of the type values.