meowcop 2.11.0 → 2.12.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/config/rubocop.yml +12 -0
- data/lib/meowcop/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 072ae96e1b565e8a6f39a67b7691e8e6aa7d0c64837a37dbe4c10202a0ffa359
|
|
4
|
+
data.tar.gz: 2ac706b4aa7e57c81323a1425c101a8ea614e70574e2d05a47ca62712de82e8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78c43e20c35dc97a082e2c78636d77ac68a750f7ef7daaacf74412d8095aff20e9fd81cc55929722afdd373f9aa82fa16c7a014de9abff89a7f7ba6d7881d197
|
|
7
|
+
data.tar.gz: 3a441bbe972276a44ebc1cc6fcf5da3d93e0633eb4164bc2f96d46c4403f6071fd3ddc3ccc7c9b95810f74c3fbb1941a0dbd67d3595a785fe9ce772063d0cfcb
|
data/config/rubocop.yml
CHANGED
|
@@ -266,6 +266,8 @@ Style/Alias:
|
|
|
266
266
|
Enabled: false
|
|
267
267
|
Style/AndOr:
|
|
268
268
|
Enabled: false
|
|
269
|
+
Style/ArrayCoercion:
|
|
270
|
+
Enabled: false
|
|
269
271
|
Style/ArrayJoin:
|
|
270
272
|
Enabled: false
|
|
271
273
|
Style/AsciiComments:
|
|
@@ -286,6 +288,8 @@ Style/BlockDelimiters:
|
|
|
286
288
|
Enabled: false
|
|
287
289
|
Style/CaseEquality:
|
|
288
290
|
Enabled: false
|
|
291
|
+
Style/CaseLikeIf:
|
|
292
|
+
Enabled: false
|
|
289
293
|
Style/CharacterLiteral:
|
|
290
294
|
Enabled: false
|
|
291
295
|
Style/ClassAndModuleChildren:
|
|
@@ -372,8 +376,12 @@ Style/GlobalVars:
|
|
|
372
376
|
Enabled: false
|
|
373
377
|
Style/GuardClause:
|
|
374
378
|
Enabled: false
|
|
379
|
+
Style/HashAsLastArrayItem:
|
|
380
|
+
Enabled: false
|
|
375
381
|
Style/HashEachMethods:
|
|
376
382
|
Enabled: false
|
|
383
|
+
Style/HashLikeCase:
|
|
384
|
+
Enabled: false
|
|
377
385
|
Style/HashSyntax:
|
|
378
386
|
Enabled: false
|
|
379
387
|
Style/HashTransformKeys:
|
|
@@ -508,8 +516,12 @@ Style/RedundantCondition:
|
|
|
508
516
|
Enabled: false
|
|
509
517
|
Style/RedundantConditional:
|
|
510
518
|
Enabled: false
|
|
519
|
+
Style/RedundantException:
|
|
520
|
+
Enabled: false
|
|
511
521
|
Style/RedundantFetchBlock:
|
|
512
522
|
Enabled: false
|
|
523
|
+
Style/RedundantFileExtensionInRequire:
|
|
524
|
+
Enabled: false
|
|
513
525
|
Style/RedundantFreeze:
|
|
514
526
|
Enabled: false
|
|
515
527
|
Style/RedundantInterpolation:
|
data/lib/meowcop/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: meowcop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.12.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sleeek Corporation
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-07-
|
|
11
|
+
date: 2020-07-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.88.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 1.0.0
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
29
|
+
version: 0.88.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 1.0.0
|