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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +6 -4
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '083329e8d7072b5d6646b6ebaea4dc91d2dc6492be98ce3c9f643f1deb466733'
4
- data.tar.gz: a18dd8bc08a18cfcd5923da865fbe4728ba7ab2c4188445c5b734f3598f9bc2c
3
+ metadata.gz: e043327069331cd13634aab0acf946279b9eb5f9718480439df2109ae0064aeb
4
+ data.tar.gz: adb2c041b37ae1e8aad91f7722a2fadc743ef5ad91932620e5368407cf2ec42f
5
5
  SHA512:
6
- metadata.gz: e7d100a831968f60a4686a3c9a074b83aff6981cd7d6a120bd9276a70caf911ea2baaa32df27541c9f7326ffa145b0e871c5a06b05d19f5feb0844f52ecfd7a7
7
- data.tar.gz: cce46344ec9f7bbbd8021d6685874b2d44f3f7b9fb4db5a41b967e95f1ca70c671e4fea7f4be2b2d0ca9bf7c02ae1a9d300f6b7e755211747f3dce755c31c94b
6
+ metadata.gz: 93d65777f24b8a2f3f0be681a991e0d6d8ba02a4f484fa803cc04b359886d2992ca1ec1221993b9aa1c9f648eb88c8fb252c77decf4a0e263dac4917ba7add61
7
+ data.tar.gz: 58ff060bb20e1da7d7d2304476c09a5c3747ad5420769fb39b241c6d86cff1f365565e5eb97391d3202109cf9d9904b255eb47b37f6b5074953c4e42774ac914
@@ -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/BracesAroundHashParameters:
85
- # This rule prevents distinguishing between keyword arguments and a hash
86
- # parameter.
87
- Enabled: false
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.2
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: 2018-03-05 00:00:00.000000000 Z
11
+ date: 2020-03-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: edge@iknow.jp