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.
- checksums.yaml +4 -4
- data/rubocop.yml +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '083329e8d7072b5d6646b6ebaea4dc91d2dc6492be98ce3c9f643f1deb466733'
|
|
4
|
+
data.tar.gz: a18dd8bc08a18cfcd5923da865fbe4728ba7ab2c4188445c5b734f3598f9bc2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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
|