We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40e397 commit 58bbbe8Copy full SHA for 58bbbe8
.cookstyle.yml
@@ -5,7 +5,7 @@ AllCops:
5
# new cops and make upgrades easier (ie not dealing with a bunch of noise
6
# each Cookstyle update)
7
DisabledByDefault: true
8
- TargetChefVersion: 13.10.0
+ TargetChefVersion: 14.15.6
9
10
Chef/Correctness/BlockGuardWithOnlyString:
11
Enabled: true
cookbooks/fb_sysstat/recipes/cron.rb
@@ -56,6 +56,6 @@
56
57
# the sa[12] commands here trample on those defined in the
58
# sysstat_accounting_[12] jobs
59
-file '/etc/cron.d/sysstat' do
+file '/etc/cron.d/sysstat' do # rubocop:disable Chef/Modernize/CronDFileOrTemplate
60
action :delete
61
end
0 commit comments