Skip to content

Commit b80ca6d

Browse files
authored
(maint) teach rubocop the way of the workaround
1 parent 7f3c852 commit b80ca6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/resource_api/data_type_handling.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module Puppet; module ResourceApi; end; end # predeclare the main module # rubocop:disable Style/Documentation
1+
module Puppet; module ResourceApi; end; end # predeclare the main module # rubocop:disable Style/Documentation Style/ClassAndModuleChildren
22

33
# This module is used to handle data inside types, contains methods for munging
44
# and validation of the type values.

0 commit comments

Comments
 (0)