gc_ruboconfig 2.17.0 → 2.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +48 -0
  3. metadata +11 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 02bad77853234ff1ddf6b5deb377ca35db1fb3c69c12012fa58204f2610d1a91
4
- data.tar.gz: 0ed1e2928c334935be14aec275289c9ad6486216f196c8818ec250308c925613
3
+ metadata.gz: cfbd38adaa035221d9b41521773140952213a279d1e2f8602c72f8a90a79d171
4
+ data.tar.gz: f0d2552cd2315f0cbe52ac9d93cfc22a4351b88f3331cdc9ba46aff0366a1488
5
5
  SHA512:
6
- metadata.gz: 6cf9e670bb6f3a37eeeced30fe1b61bd90d55d4730e1cd9cbb794f86ed312e283212942c8a29238d86f9dbc1cac93ba20ade488fa2593026579abb5b267a3a12
7
- data.tar.gz: 42f2dd51ceec9891bdeffd072b518acd0f81ccc7d231519ed2e40c7ef6d611fdb959b83a9563e41798664190264dd8ff822df33633348de7396bd661b7b8209a
6
+ metadata.gz: d97858d31a6e2ce1545121c9f4b9ebcd4fa1c14e980eff30a6553318daf636a4e96fd4c317341a04522c4662e2438fd2c1172e1d354052c45dc968bcb34ea72a
7
+ data.tar.gz: ace02decdbca1433c3f7cd98292061021aff9dba65545844f238c32e2f2335060c4df84015ba57f1d16a01601af5ebea404be191721d689af615e43cbf94c840
@@ -48,6 +48,9 @@ Metrics/ModuleLength:
48
48
  Metrics/ParameterLists:
49
49
  CountKeywordArgs: false
50
50
 
51
+ Metrics/PerceivedComplexity:
52
+ Max: 11
53
+
51
54
  Style/AsciiComments:
52
55
  Enabled: false
53
56
 
@@ -149,6 +152,9 @@ RSpec/Pending:
149
152
  RSpec/ImplicitBlockExpectation:
150
153
  Enabled: false
151
154
 
155
+ RSpec/MultipleMemoizedHelpers:
156
+ Max: 30
157
+
152
158
  # Re-enable this when the following is resolved:
153
159
  # https://github.com/rubocop-hq/rubocop/issues/5953
154
160
  Style/AccessModifierDeclarations:
@@ -242,3 +248,45 @@ Style/HashLikeCase:
242
248
 
243
249
  Style/RedundantFileExtensionInRequire:
244
250
  Enabled: true
251
+
252
+ Lint/BinaryOperatorWithIdenticalOperands:
253
+ Enabled: true
254
+
255
+ Lint/DuplicateRescueException:
256
+ Enabled: true
257
+
258
+ Lint/EmptyConditionalBody:
259
+ Enabled: true
260
+
261
+ Lint/FloatComparison:
262
+ Enabled: true
263
+
264
+ Lint/MissingSuper:
265
+ Enabled: true
266
+
267
+ Lint/OutOfRangeRegexpRef:
268
+ Enabled: true
269
+
270
+ Lint/SelfAssignment:
271
+ Enabled: true
272
+
273
+ Lint/TopLevelReturnWithArgument:
274
+ Enabled: true
275
+
276
+ Lint/UnreachableLoop:
277
+ Enabled: true
278
+
279
+ Style/ExplicitBlockArgument:
280
+ Enabled: true
281
+
282
+ Style/GlobalStdStream:
283
+ Enabled: true
284
+
285
+ Style/SingleArgumentDig:
286
+ Enabled: true
287
+
288
+ Style/OptionalBooleanParameter:
289
+ Enabled: false
290
+
291
+ Style/StringConcatenation:
292
+ Enabled: false
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.17.0
4
+ version: 2.18.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: 2020-08-11 00:00:00.000000000 Z
11
+ date: 2020-09-01 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: '0.88'
19
+ version: '0.89'
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.88'
26
+ version: '0.89'
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: 1.38.1
33
+ version: 1.43.1
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: 1.38.1
40
+ version: 1.43.1
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.7'
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.0.3
83
- signing_key:
82
+ rubygems_version: 3.1.2
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: []