Skip to content

Commit 7eb72c6

Browse files
committed
Remove unnecessary Foodcritic comments
We don't need these anymore now that we use cookstyle Signed-off-by: Tim Smith <[email protected]>
1 parent cc5582d commit 7eb72c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/default.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
include_recipe 'yum-epel' if node['platform_version'].to_i < 7 && platform_family?('rhel')
2525

2626
packagecloud_repo 'imeyer/runit' do
27-
force_os 'rhel' if platform?('oracle', 'amazon') # ~FC024
27+
force_os 'rhel' if platform?('oracle', 'amazon')
2828
force_dist '6' if platform?('amazon')
2929
force_dist '7' if platform?('amazon') && node['platform_version'].to_i == 2
3030
type 'rpm' if platform?('amazon')
@@ -43,7 +43,7 @@
4343
'runit'
4444
end
4545

46-
package pkg_name do # ~FC009
46+
package pkg_name do
4747
action :install
4848
response_file 'runit.seed'
4949
end

0 commit comments

Comments
 (0)