rubocop-iknow 0.0.1 → 0.0.2

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 +4 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 742ac8922b93772fced03fbdd83cae0348f2fac90a78e508583a20a4890f616e
4
- data.tar.gz: 2e181d37ab4e143237e133b4439faf1ac0e750069ee8ff174cfd7d67aa0ea014
3
+ metadata.gz: '083329e8d7072b5d6646b6ebaea4dc91d2dc6492be98ce3c9f643f1deb466733'
4
+ data.tar.gz: a18dd8bc08a18cfcd5923da865fbe4728ba7ab2c4188445c5b734f3598f9bc2c
5
5
  SHA512:
6
- metadata.gz: 61976e486ab2beb4e6c2d47d451d4608e5f401979094d13a3eed7c00695bd2ef4cd163b919a74af1845297690dc1b6fe9e1b4b6584f985e7c482ebe5cab1a965
7
- data.tar.gz: ab0f10599c1674671ec74f725a577f4887c21cc08a50cafb7fa168419b4a50c93bd4205be9ce715889f82695b0c1b3dd00d6beca1e3d2b47d94adccba4581041
6
+ metadata.gz: e7d100a831968f60a4686a3c9a074b83aff6981cd7d6a120bd9276a70caf911ea2baaa32df27541c9f7326ffa145b0e871c5a06b05d19f5feb0844f52ecfd7a7
7
+ data.tar.gz: cce46344ec9f7bbbd8021d6685874b2d44f3f7b9fb4db5a41b967e95f1ca70c671e4fea7f4be2b2d0ca9bf7c02ae1a9d300f6b7e755211747f3dce755c31c94b
data/rubocop.yml CHANGED
@@ -85,7 +85,7 @@ Style/BracesAroundHashParameters:
85
85
  # This rule prevents distinguishing between keyword arguments and a hash
86
86
  # parameter.
87
87
  Enabled: false
88
- Layout/IndentFirstArgument:
88
+ Layout/FirstArgumentIndentation:
89
89
  # This forbids indentation relative to the expression
90
90
  Enabled: false
91
91
  Style/SafeNavigation:
@@ -114,7 +114,7 @@ Style/SymbolLiteral:
114
114
  Enabled: false
115
115
  Naming/AccessorMethodName:
116
116
  Enabled: false
117
- Naming/UncommunicativeMethodParamName:
117
+ Naming/MethodParameterName:
118
118
  Enabled: false
119
119
  Naming/VariableNumber:
120
120
  Enabled: false
@@ -125,7 +125,7 @@ Style/SingleLineMethods:
125
125
  Style/CommentedKeyword:
126
126
  Enabled: false
127
127
 
128
- Layout/AlignHash:
128
+ Layout/HashAlignment:
129
129
  EnforcedHashRocketStyle:
130
130
  - table
131
131
  - key
@@ -161,7 +161,7 @@ Layout/MultilineMethodCallBraceLayout:
161
161
  Enabled: false
162
162
  Layout/MultilineHashBraceLayout:
163
163
  Enabled: false
164
- Layout/IndentFirstHashElement:
164
+ Layout/FirstHashElementIndentation:
165
165
  # This one in particular forbids what Emacs does by default for multi-line
166
166
  # hash entries
167
167
  Enabled: false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-iknow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - iKnow Team