Skip to content

Commit

Permalink
Merge pull request #23 from TelekomLabs/update-common
Browse files Browse the repository at this point in the history
thank you
  • Loading branch information
Patrick Meier committed Oct 28, 2014
2 parents 8b140c4 + 347e022 commit 8b6a416
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
17 changes: 9 additions & 8 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
---
AllCops:
Excludes:
- vendor/**
- metadata.rb
- '**/Puppetfile'
- Puppetfile


Exclude:
- vendor/**/*
- "*/puppet/Puppetfile"
Documentation:
Enabled: false
AlignParameters:
Expand All @@ -17,6 +14,10 @@ HashSyntax:
LineLength:
Enabled: false
MethodLength:
Max: 30
Max: 40
NumericLiterals:
MinDigits: 10
Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Max: 10
6 changes: 0 additions & 6 deletions default/serverspec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,4 @@
require 'serverspec'

set :backend, :exec

RSpec.configure do |c|
c.before :all do
c.path = '/sbin:/usr/sbin'
end
end
end
6 changes: 0 additions & 6 deletions lockdown/serverspec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,4 @@
require 'serverspec'

set :backend, :exec

RSpec.configure do |c|
c.before :all do
c.path = '/sbin:/usr/sbin'
end
end
end

0 comments on commit 8b6a416

Please sign in to comment.