meowcop 2.10.0 → 2.11.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 +6 -2
- 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: 6af4586799a4365eee7df8faf40e6b482e19169a4b2882ec887a9e108258bcf1
|
|
4
|
+
data.tar.gz: 4cf6a4a6a71df7486dae9e9f37501b241b1ed58b90a9b7bfda8096f8dc08f405
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6bb2f6605da88a6c21fd4ec53563a9fb65b48a45c8011c359206f08dd72636bc8ffc297c34b755978890c7501bef45466052c56ba35e5a32714e0b1fbc65837c
|
|
7
|
+
data.tar.gz: 474108e27c31a33da8221bdc8c25cfe92c849e30aae117108c5b0b74f57d3e277fca46e5742f0502ebf046143427bc59ee3477cbc571b2b53abcc380d3032475
|
data/config/rubocop.yml
CHANGED
|
@@ -260,6 +260,8 @@ Naming/MethodParameterName:
|
|
|
260
260
|
# === Disabled cops: BEGIN ===
|
|
261
261
|
Style/AccessModifierDeclarations:
|
|
262
262
|
Enabled: false
|
|
263
|
+
Style/AccessorGrouping:
|
|
264
|
+
Enabled: false
|
|
263
265
|
Style/Alias:
|
|
264
266
|
Enabled: false
|
|
265
267
|
Style/AndOr:
|
|
@@ -276,6 +278,8 @@ Style/BarePercentLiterals:
|
|
|
276
278
|
Enabled: false
|
|
277
279
|
Style/BeginBlock:
|
|
278
280
|
Enabled: false
|
|
281
|
+
Style/BisectedAttrAccessor:
|
|
282
|
+
Enabled: false
|
|
279
283
|
Style/BlockComments:
|
|
280
284
|
Enabled: false
|
|
281
285
|
Style/BlockDelimiters:
|
|
@@ -494,6 +498,8 @@ Style/RaiseArgs:
|
|
|
494
498
|
Enabled: false
|
|
495
499
|
Style/RandomWithOffset:
|
|
496
500
|
Enabled: false
|
|
501
|
+
Style/RedundantAssignment:
|
|
502
|
+
Enabled: false
|
|
497
503
|
Style/RedundantBegin:
|
|
498
504
|
Enabled: false
|
|
499
505
|
Style/RedundantCapitalW:
|
|
@@ -502,8 +508,6 @@ Style/RedundantCondition:
|
|
|
502
508
|
Enabled: false
|
|
503
509
|
Style/RedundantConditional:
|
|
504
510
|
Enabled: false
|
|
505
|
-
Style/RedundantException:
|
|
506
|
-
Enabled: false
|
|
507
511
|
Style/RedundantFetchBlock:
|
|
508
512
|
Enabled: false
|
|
509
513
|
Style/RedundantFreeze:
|
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.11.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-08 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.87.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.87.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 1.0.0
|