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 +4 -4
- data/lib/rubocop.rails.yml +1 -5
- data/lib/rubocop.yml +17 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c7089912259b85db9252ecec4039ca61db8590b
|
4
|
+
data.tar.gz: d77adb4d9b0b4bda6d8f63438a36bdc64a3b1ca1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff2af60603360fd92dc3ac4e60b46040fae71f989d3645287a2fae8bfd5a6c5e363aa986be27b9cd2b2311a37950f909ee07c6e09634e59a1de39713cbbb842c
|
7
|
+
data.tar.gz: ff635f390c67e020e32dcba735d44a17fc3b8d7d5ff2421564d0dbf951e55b670efcd69e952ab66972a6cc4c6a51cd11d85f14bc04c488943aefdb05f5951c01
|
data/lib/rubocop.rails.yml
CHANGED
data/lib/rubocop.yml
CHANGED
@@ -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
|
+
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-
|
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.
|
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
|