rubocop-iknow 0.0.2 → 0.0.3
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/rubocop.yml +6 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e043327069331cd13634aab0acf946279b9eb5f9718480439df2109ae0064aeb
|
|
4
|
+
data.tar.gz: adb2c041b37ae1e8aad91f7722a2fadc743ef5ad91932620e5368407cf2ec42f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93d65777f24b8a2f3f0be681a991e0d6d8ba02a4f484fa803cc04b359886d2992ca1ec1221993b9aa1c9f648eb88c8fb252c77decf4a0e263dac4917ba7add61
|
|
7
|
+
data.tar.gz: 58ff060bb20e1da7d7d2304476c09a5c3747ad5420769fb39b241c6d86cff1f365565e5eb97391d3202109cf9d9904b255eb47b37f6b5074953c4e42774ac914
|
data/rubocop.yml
CHANGED
|
@@ -81,10 +81,12 @@ Style/HashSyntax:
|
|
|
81
81
|
# We explicitly choose to use rocket style syntax when the Hash is being used
|
|
82
82
|
# to represent some other sort of data structure (trees, pairs, etc).
|
|
83
83
|
Enabled: false
|
|
84
|
-
Style/
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
Enabled:
|
|
84
|
+
Style/HashEachMethods:
|
|
85
|
+
Enabled: true
|
|
86
|
+
Style/HashTransformKeys:
|
|
87
|
+
Enabled: true
|
|
88
|
+
Style/HashTransformValues:
|
|
89
|
+
Enabled: true
|
|
88
90
|
Layout/FirstArgumentIndentation:
|
|
89
91
|
# This forbids indentation relative to the expression
|
|
90
92
|
Enabled: false
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-iknow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- iKnow Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email: edge@iknow.jp
|