File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11AllCops :
2- Excludes :
3- - vendor/**
2+ Exclude :
3+ - vendor/**/*
44 - metadata.rb
55 - ' **/Puppetfile'
66 - Puppetfile
7-
7+ - test/**/*
88
99Documentation :
1010 Enabled : false
@@ -17,6 +17,10 @@ HashSyntax:
1717LineLength :
1818 Enabled : false
1919MethodLength :
20- Max : 30
20+ Max : 40
2121NumericLiterals :
2222 MinDigits : 10
23+ Metrics/CyclomaticComplexity :
24+ Max : 10
25+ Metrics/PerceivedComplexity :
26+ Max : 10
Original file line number Diff line number Diff line change 6060 require 'serverspec'
6161
6262 set :backend , :exec
63-
64- RSpec . configure do |c |
65- c . before :all do
66- c . path = '/sbin:/usr/sbin'
67- end
68- end
6963end
Original file line number Diff line number Diff line change 6060 require 'serverspec'
6161
6262 set :backend , :exec
63-
64- RSpec . configure do |c |
65- c . before :all do
66- c . path = '/sbin:/usr/sbin'
67- end
68- end
6963end
You can’t perform that action at this time.
0 commit comments