File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
12AllCops :
2- Excludes :
3- - vendor/**
4- - metadata.rb
5- - ' **/Puppetfile'
6- - Puppetfile
7-
8-
3+ Exclude :
4+ - vendor/**/*
5+ - " */puppet/Puppetfile"
96Documentation :
107 Enabled : false
118AlignParameters :
@@ -17,6 +14,10 @@ HashSyntax:
1714LineLength :
1815 Enabled : false
1916MethodLength :
20- Max : 30
17+ Max : 40
2118NumericLiterals :
2219 MinDigits : 10
20+ Metrics/CyclomaticComplexity :
21+ Max : 10
22+ Metrics/PerceivedComplexity :
23+ 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