Skip to content

Commit d2244ae

Browse files
committed
adressing rubocop errors
1 parent 5183c03 commit d2244ae

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.rubocop_todo.yml

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ RSpec/RepeatedExample:
66
Enabled: false
77
RSpec/ExpectInHook:
88
Enabled: false
9-
Style/CommentedKeyword:
10-
Enabled: false
119
RSpec/NamedSubject:
1210
Enabled: false
1311
RSpec/VoidExpect:

spec/acceptance/mod_suphp_spec.rb

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
describe 'apache::mod::suphp class', if: (fact('operatingsystem') == 'Ubuntu' && fact('operatingsystemmajrelease') != '16.04') do
44
context 'default suphp config' do
5-
# rubocop:disable Layout/IndentHeredoc : Manifest must have zero base indents
65
pp = <<-MANIFEST
76
class { 'apache':
87
mpm_module => 'prefork',

0 commit comments

Comments
 (0)