We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16fce0 commit 44cf216Copy full SHA for 44cf216
.rubocop.yml
@@ -1,8 +1,10 @@
1
AllCops:
2
- TargetRubyVersion: 2.3
3
-
4
-Metrics/BlockLength:
5
- Enabled: false
+ Exclude:
+ - pkg/**/*
+ - spec/fixtures/**/*
+ Include:
6
+ - Rakefile
7
+ TargetRubyVersion: 1.9
8
9
Style/AndOr:
10
Enabled: false
@@ -31,8 +33,5 @@ Style/MultilineBlockChain:
31
33
Style/MultilineBlockLayout:
32
34
35
-Style/MultilineIfModifier:
36
37
Style/Not:
38
Gemfile
@@ -20,7 +20,8 @@ group :test do
20
gem 'rspec-puppet-facts'
21
gem 'rspec-puppet-utils'
22
gem 'rspec-retry'
23
- gem 'rubocop'
+ # Required to test against Ruby 1.9
24
+ gem 'rubocop', '~> 0.41.2'
25
gem 'rubysl-securerandom'
26
gem 'webmock'
27
0 commit comments