gc_ruboconfig 2.26.0 → 2.28.0
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/rubocop.yml +21 -0
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7af8ff4b529d4dabfa78551237de47feed834ed64f2580d2243473b5a8fc0f3
|
|
4
|
+
data.tar.gz: 6857ce2a027258c6b466fe5215d352358396647361e779beeea273a7d795a171
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 258d4bce1c721853159ca4249e810a0b113921f785c954f4630465c6b6ebce6c983529599ee030439b4c226cc85fb121e221f31e4fe3917a06464c9a1d843cfc
|
|
7
|
+
data.tar.gz: 4f6832999f1c1973fbfcf3097cb08d6b0ac27845bbce1eccc3771fe06f0e11514977324c0ff64a4993f77c86651a824982276f2ab9b4c601bd52387e08f8b7e0
|
data/rubocop.yml
CHANGED
|
@@ -30,6 +30,9 @@ Lint/StructNewOverride:
|
|
|
30
30
|
Lint/MixedRegexpCaptureTypes:
|
|
31
31
|
Enabled: true
|
|
32
32
|
|
|
33
|
+
Lint/AmbiguousRange:
|
|
34
|
+
Enabled: true
|
|
35
|
+
|
|
33
36
|
Metrics/ClassLength:
|
|
34
37
|
Enabled: false
|
|
35
38
|
|
|
@@ -127,6 +130,9 @@ Style/StringLiterals:
|
|
|
127
130
|
Naming/VariableNumber:
|
|
128
131
|
Enabled: false
|
|
129
132
|
|
|
133
|
+
Naming/InclusiveLanguage:
|
|
134
|
+
Enabled: false
|
|
135
|
+
|
|
130
136
|
Style/YodaCondition:
|
|
131
137
|
Enabled: true
|
|
132
138
|
|
|
@@ -142,6 +148,9 @@ Style/HashExcept:
|
|
|
142
148
|
Style/IfWithBooleanLiteralBranches:
|
|
143
149
|
Enabled: true
|
|
144
150
|
|
|
151
|
+
Style/IfUnlessModifier:
|
|
152
|
+
Enabled: false
|
|
153
|
+
|
|
145
154
|
Layout/SpaceBeforeBlockBraces:
|
|
146
155
|
EnforcedStyle: space
|
|
147
156
|
EnforcedStyleForEmptyBraces: space
|
|
@@ -173,6 +182,9 @@ RSpec/MultipleMemoizedHelpers:
|
|
|
173
182
|
RSpec/StubbedMock:
|
|
174
183
|
Enabled: false
|
|
175
184
|
|
|
185
|
+
RSpec/IdenticalEqualityAssertion:
|
|
186
|
+
Enabled: true
|
|
187
|
+
|
|
176
188
|
# Re-enable this when the following is resolved:
|
|
177
189
|
# https://github.com/rubocop-hq/rubocop/issues/5953
|
|
178
190
|
Style/AccessModifierDeclarations:
|
|
@@ -440,6 +452,9 @@ Style/DocumentDynamicEvalDefinition:
|
|
|
440
452
|
Style/NegatedIfElseCondition:
|
|
441
453
|
Enabled: false
|
|
442
454
|
|
|
455
|
+
Style/NegatedIf:
|
|
456
|
+
Enabled: false
|
|
457
|
+
|
|
443
458
|
Style/ArgumentsForwarding:
|
|
444
459
|
Enabled: true
|
|
445
460
|
|
|
@@ -467,8 +482,14 @@ Style/MultilineInPatternThen:
|
|
|
467
482
|
Style/QuotedSymbols:
|
|
468
483
|
Enabled: true
|
|
469
484
|
|
|
485
|
+
Style/RedundantSelfAssignmentBranch:
|
|
486
|
+
Enabled: true
|
|
487
|
+
|
|
470
488
|
Layout/BeginEndAlignment:
|
|
471
489
|
Enabled: true
|
|
472
490
|
|
|
473
491
|
Layout/SpaceBeforeBrackets:
|
|
474
492
|
Enabled: true
|
|
493
|
+
|
|
494
|
+
Layout/LineEndStringConcatenationIndentation:
|
|
495
|
+
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.28.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GoCardless
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-08-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '1.
|
|
19
|
+
version: '1.19'
|
|
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: '1.
|
|
26
|
+
version: '1.19'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rubocop-rspec
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 2.
|
|
33
|
+
version: 2.4.0
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 2.
|
|
40
|
+
version: 2.4.0
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rubocop-performance
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '1.11'
|
|
55
|
-
description:
|
|
55
|
+
description:
|
|
56
56
|
email:
|
|
57
57
|
- developers@gocardless.com
|
|
58
58
|
executables: []
|
|
@@ -64,7 +64,7 @@ homepage: https://github.com/gocardless/ruboconfig
|
|
|
64
64
|
licenses:
|
|
65
65
|
- MIT
|
|
66
66
|
metadata: {}
|
|
67
|
-
post_install_message:
|
|
67
|
+
post_install_message:
|
|
68
68
|
rdoc_options: []
|
|
69
69
|
require_paths:
|
|
70
70
|
- lib
|
|
@@ -79,8 +79,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
80
|
version: '0'
|
|
81
81
|
requirements: []
|
|
82
|
-
rubygems_version: 3.1.
|
|
83
|
-
signing_key:
|
|
82
|
+
rubygems_version: 3.1.6
|
|
83
|
+
signing_key:
|
|
84
84
|
specification_version: 4
|
|
85
85
|
summary: GoCardless's shared Rubocop configuration, conforming to our house style
|
|
86
86
|
test_files: []
|