Skip to content

Commit

Permalink
adressing rubocop errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcmaw authored and yakatz committed Apr 23, 2020
1 parent 9a560e5 commit 6be9a44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ RSpec/RepeatedExample:
Enabled: false
RSpec/ExpectInHook:
Enabled: false
Style/CommentedKeyword:
Enabled: false
RSpec/NamedSubject:
Enabled: false
RSpec/VoidExpect:
Expand Down
1 change: 0 additions & 1 deletion spec/acceptance/mod_suphp_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

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

0 comments on commit 6be9a44

Please sign in to comment.