Skip to content

Commit 397f681

Browse files
committed
Address Rubocop offenses
1 parent f194c22 commit 397f681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/puppet/provider/cron/filetype.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'puppet/util/filetype'
22

3-
class Puppet::Provider::Cron
3+
class Puppet::Provider::Cron # rubocop:disable Style/ClassAndModuleChildren
44
# This class defines the crontab filetypes
55
class FileType < Puppet::Util::FileType
66
class << self
@@ -26,7 +26,7 @@ def newfiletype(name, &block)
2626
# implementation in the future. This way, we can refactor all three of
2727
# our cron file types into a common crontab file type.
2828
newfiletype(:crontab) do
29-
def initialize(user) # rubocop:disable Lint/MissingSuper
29+
def initialize(user)
3030
self.path = user
3131
end
3232

0 commit comments

Comments
 (0)