Skip to content

Commit c46a21f

Browse files
committed
Address Style/ClassAndModuleChildren Rubocop
1 parent 8e145ab commit c46a21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/provider/yumrepo/inifile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'puppet/util/inifile'
22

3-
module Puppet::Provider::Yumrepo
3+
module Puppet::Provider::Yumrepo # rubocop:disable Style/ClassAndModuleChildren
44
module IniConfig
55
class Section < Puppet::Util::IniConfig::Section; end
66

0 commit comments

Comments
 (0)