From 54db10d91bb5da04f8f4fb9d66138aba9e5e38a4 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Tue, 17 Aug 2021 09:46:58 -0700 Subject: (maint) Fix rubocop errors Took the safest route and disabled cops either globally in .rubocop.yml for just for specific cases in lib/ --- lib/puppet/provider/cron/filetype.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet/provider/cron/filetype.rb') diff --git a/lib/puppet/provider/cron/filetype.rb b/lib/puppet/provider/cron/filetype.rb index c381afa..153285d 100644 --- a/lib/puppet/provider/cron/filetype.rb +++ b/lib/puppet/provider/cron/filetype.rb @@ -26,7 +26,7 @@ class Puppet::Provider::Cron # implementation in the future. This way, we can refactor all three of # our cron file types into a common crontab file type. newfiletype(:crontab) do - def initialize(user) + def initialize(user) # rubocop:disable Lint/MissingSuper self.path = user end -- cgit v1.2.3