meowcop 1.2.0 → 1.3.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 +8 -0
- data/lib/meowcop/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 39860538ee3b596b9cac765a4bf51392053c96e5
|
|
4
|
+
data.tar.gz: 404a366f894867b635dedc86da3c5764f4ca79b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e899ba400e392eead792e27b57e8c6a8139719f423317b041c7f07b3bf97bf2d6b9b186b2e89af0adc53114c4ed8de3e5e76dfc0d3773fede9703861471b2bac
|
|
7
|
+
data.tar.gz: e4129b560add5ffbd8553bbdbe748349802027d2e987dcefa05b2a7472428599982d33023192f09a67268ee20e0ca3462eb61b158cb6f1e392e7b32136b24711
|
data/config/rubocop.yml
CHANGED
|
@@ -9,6 +9,10 @@ Lint/BlockAlignment:
|
|
|
9
9
|
Enabled: false
|
|
10
10
|
Lint/DefEndAlignment:
|
|
11
11
|
Enabled: false
|
|
12
|
+
# The cop reports not reasonable issues. So, disabled.
|
|
13
|
+
# See. http://tech.sideci.com/entry/2016/11/01/105900
|
|
14
|
+
Lint/EmptyWhen:
|
|
15
|
+
Enabled: false
|
|
12
16
|
Lint/EndAlignment:
|
|
13
17
|
Enabled: false
|
|
14
18
|
Lint/Eval:
|
|
@@ -246,6 +250,8 @@ Style/MultilineMethodCallIndentation:
|
|
|
246
250
|
Enabled: false
|
|
247
251
|
Style/MultilineMethodDefinitionBraceLayout:
|
|
248
252
|
Enabled: false
|
|
253
|
+
Style/MultilineIfModifier:
|
|
254
|
+
Enabled: false
|
|
249
255
|
Style/MultilineOperationIndentation:
|
|
250
256
|
Enabled: false
|
|
251
257
|
Style/MultilineTernaryOperator:
|
|
@@ -352,6 +358,8 @@ Style/SpaceBeforeFirstArg:
|
|
|
352
358
|
Enabled: false
|
|
353
359
|
Style/SpaceBeforeSemicolon:
|
|
354
360
|
Enabled: false
|
|
361
|
+
Style/SpaceInLambdaLiteral:
|
|
362
|
+
Enabled: false
|
|
355
363
|
Style/SpaceInsideArrayPercentLiteral:
|
|
356
364
|
Enabled: false
|
|
357
365
|
Style/SpaceInsideBlockBraces:
|
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: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Masataka Kuwabara
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-11-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|