rubocop-config-umbrellio 0.49.1.4 → 0.49.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b2f202852250d70c087a560442cbcc45fdcae99
4
- data.tar.gz: 31cf138c115ab71b1f09e881343743807fa487e5
3
+ metadata.gz: 1c7089912259b85db9252ecec4039ca61db8590b
4
+ data.tar.gz: d77adb4d9b0b4bda6d8f63438a36bdc64a3b1ca1
5
5
  SHA512:
6
- metadata.gz: 19a0d55f94fbc0d3076f26e09db188267f633a197ea85ae5d02f068e50de0d8918800172e73e1f8656c80a4cf42e8eaadd6d134c04c59463bdc8d4c28caad4f6
7
- data.tar.gz: 903e8845e6d6d0341c4e8268cebf967752c9a40196016b2f04c8d1485dd73507cb032bc107054c0cf6574c08e5ed461f046b53878577ef7c8166be578e017c68
6
+ metadata.gz: ff2af60603360fd92dc3ac4e60b46040fae71f989d3645287a2fae8bfd5a6c5e363aa986be27b9cd2b2311a37950f909ee07c6e09634e59a1de39713cbbb842c
7
+ data.tar.gz: ff635f390c67e020e32dcba735d44a17fc3b8d7d5ff2421564d0dbf951e55b670efcd69e952ab66972a6cc4c6a51cd11d85f14bc04c488943aefdb05f5951c01
@@ -4,11 +4,7 @@ inherit_gem:
4
4
  # Metrics
5
5
 
6
6
  Metrics/BlockLength:
7
- # TODO: use 'ExcludedMethods' config which is more selective
8
- Exclude:
9
- - config/initializers/**/*
10
- - config/routes.rb
11
- - spec/**/*
7
+ Enabled: false
12
8
 
13
9
  Metrics/LineLength:
14
10
  Exclude:
@@ -48,6 +48,18 @@ Lint/AmbiguousBlockAssociation:
48
48
  Lint/AmbiguousOperator:
49
49
  Enabled: false
50
50
 
51
+ Lint/EmptyWhen:
52
+ # Good:
53
+ # case x
54
+ # when :foo
55
+ # # return nil
56
+ # when :bar
57
+ # :bar
58
+ # else
59
+ # :baz
60
+ # end
61
+ Enabled: false
62
+
51
63
  Lint/NonLocalExitFromIterator:
52
64
  Enabled: false
53
65
 
@@ -84,6 +96,8 @@ Metrics/LineLength:
84
96
  Max: 100
85
97
  AllowHeredoc: false
86
98
  AllowURI: false
99
+ Exclude:
100
+ - Gemfile
87
101
 
88
102
  Metrics/MethodLength:
89
103
  Max: 20
@@ -124,6 +138,9 @@ RSpec/FilePath:
124
138
  RSpec/LetSetup:
125
139
  Enabled: false
126
140
 
141
+ RSpec/MessageChain:
142
+ Enabled: false
143
+
127
144
  RSpec/MessageSpies:
128
145
  Enabled: false
129
146
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-config-umbrellio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.49.1.4
4
+ version: 0.49.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - JelF
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-24 00:00:00.000000000 Z
11
+ date: 2017-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  requirements: []
96
96
  rubyforge_project:
97
- rubygems_version: 2.6.11
97
+ rubygems_version: 2.5.2
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: This gem provides default rubocop settings for Umbrellio projects