gc_ruboconfig 2.14.0 → 2.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/rubocop.yml +21 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: efa5d2aacf6ce9a41a24b91e71ec2a0b4b4cbfb8e73677cfc2c54e3ce461c042
|
4
|
+
data.tar.gz: 420000791756339933f08717cb7abda66878950645789076cadf24f4f1b99dd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40c85fb4d0ed9e1e5f453c17d3c8d3144f5320a17188df96943f92636988e79641b50096d5e384a6ed75873b59e0cc04f4b3feaf3bc539666b631021f06c7566
|
7
|
+
data.tar.gz: 0f5b57aa4c83412da3a66f987e4b68d8a561eb54448ce405bf1f209f5fe71c02575a6f86673b7b612a51055413c2802a189a2657de80c4268059797926fdc798
|
data/rubocop.yml
CHANGED
@@ -24,6 +24,9 @@ Lint/RaiseException:
|
|
24
24
|
Lint/StructNewOverride:
|
25
25
|
Enabled: true
|
26
26
|
|
27
|
+
Lint/MixedRegexpCaptureTypes:
|
28
|
+
Enabled: true
|
29
|
+
|
27
30
|
Metrics/ClassLength:
|
28
31
|
Enabled: false
|
29
32
|
|
@@ -171,5 +174,23 @@ Style/ExponentialNotation:
|
|
171
174
|
Style/SlicingWithRange:
|
172
175
|
Enabled: true
|
173
176
|
|
177
|
+
Style/RedundantRegexpCharacterClass:
|
178
|
+
Enabled: true
|
179
|
+
|
180
|
+
Style/RedundantRegexpEscape:
|
181
|
+
Enabled: true
|
182
|
+
|
183
|
+
Style/RedundantFetchBlock:
|
184
|
+
Enabled: true
|
185
|
+
|
186
|
+
Style/AccessorGrouping:
|
187
|
+
Enabled: false
|
188
|
+
|
189
|
+
Style/BisectedAttrAccessor:
|
190
|
+
Enabled: true
|
191
|
+
|
192
|
+
Style/RedundantAssignment:
|
193
|
+
Enabled: true
|
194
|
+
|
174
195
|
Lint/DeprecatedOpenSSLConstant:
|
175
196
|
Enabled: true
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gc_ruboconfig
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GoCardless
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.87'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '0.
|
26
|
+
version: '0.87'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rubocop-rspec
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
79
|
- !ruby/object:Gem::Version
|
80
80
|
version: '0'
|
81
81
|
requirements: []
|
82
|
-
rubygems_version: 3.
|
82
|
+
rubygems_version: 3.1.2
|
83
83
|
signing_key:
|
84
84
|
specification_version: 4
|
85
85
|
summary: GoCardless's shared Rubocop configuration, conforming to our house style
|