gc_ruboconfig 2.6.0 → 2.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/rubocop.yml +3 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1ff73a74902f1f7b53548b5c5eae86a534d3d13caf6e24daec8ba7f0e776b1f
|
4
|
+
data.tar.gz: 6cd0308ab27cb4c4c45760f46fdb003c5ff286fc663e9d876f16cb8858929a89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e6a488aae55c0f86e52794a63639617aabbd560bd1d94c2791d76e9d088c1c7f9831f104b182a2fa89e2f46b9f6ecce5dce17d2fb31c9e5d79a765bb4c1e1d2
|
7
|
+
data.tar.gz: 7da0180d3464e76b36cd5cfece85c7376d1487f3c0ce4c3139bf8ed78bb64d076245d4a43ae588bb6fd63e28859ad24676783a93d0ad59d02132ede357b82e80
|
data/rubocop.yml
CHANGED
@@ -129,6 +129,9 @@ RSpec/MessageSpies:
|
|
129
129
|
RSpec/Pending:
|
130
130
|
Enabled: true
|
131
131
|
|
132
|
+
RSpec/ImplicitBlockExpectation:
|
133
|
+
Enabled: false
|
134
|
+
|
132
135
|
# Re-enable this when the following is resolved:
|
133
136
|
# https://github.com/rubocop-hq/rubocop/issues/5953
|
134
137
|
Style/AccessModifierDeclarations:
|
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.6.
|
4
|
+
version: 2.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GoCardless
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-10-
|
11
|
+
date: 2019-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -65,7 +65,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
65
|
- !ruby/object:Gem::Version
|
66
66
|
version: '0'
|
67
67
|
requirements: []
|
68
|
-
|
68
|
+
rubyforge_project:
|
69
|
+
rubygems_version: 2.7.6
|
69
70
|
signing_key:
|
70
71
|
specification_version: 4
|
71
72
|
summary: GoCardless's shared Rubocop configuration, conforming to our house style
|