gc_ruboconfig 4.3.0 → 4.4.1
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 +5 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a9b6fe2d7d4e960d22e060bf7a4b1b65f9abb120acd5a4701e01ff51d7ed814
|
|
4
|
+
data.tar.gz: c8e8325c289f666a5f85db494f0f34a57088af20d588c0b2e604dc01f086336b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da11d52fd6559f2aab6054c278876129bbaada8f77cc153a67cf052acc0a491f19897b2eac9735917a5011b82e5b569d7c7fe3dabcf8e46afe48ec9b632e8602
|
|
7
|
+
data.tar.gz: 4c6db3701e9a233a2f5695ef6fc1d546e983d51750b3d9651727cd3c11148ac7e18828cf28b97d136923fbef686369eb8cb074410c688a5f01394a6bbd72e7a5
|
data/rubocop.yml
CHANGED
|
@@ -209,7 +209,7 @@ Style/ModuleFunction:
|
|
|
209
209
|
Enabled: false
|
|
210
210
|
|
|
211
211
|
Style/HashEachMethods:
|
|
212
|
-
Enabled:
|
|
212
|
+
Enabled: false
|
|
213
213
|
|
|
214
214
|
Style/HashTransformKeys:
|
|
215
215
|
Enabled: true
|
|
@@ -671,3 +671,7 @@ Capybara/SpecificActions: # new in 2.14
|
|
|
671
671
|
# Seems to be buggy, causes an infinite loop for `subjects` named `create`
|
|
672
672
|
FactoryBot/ConsistentParenthesesStyle: # new in 2.14
|
|
673
673
|
Enabled: false
|
|
674
|
+
|
|
675
|
+
Style/AndOr:
|
|
676
|
+
Enabled: true
|
|
677
|
+
EnforcedStyle: always
|
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: 4.
|
|
4
|
+
version: 4.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GoCardless
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-12-04 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
|
- !ruby/object:Gem::Version
|
|
95
95
|
version: '0'
|
|
96
96
|
requirements: []
|
|
97
|
-
rubygems_version: 3.
|
|
97
|
+
rubygems_version: 3.4.10
|
|
98
98
|
signing_key:
|
|
99
99
|
specification_version: 4
|
|
100
100
|
summary: GoCardless's shared Rubocop configuration, conforming to our house style
|