rubocop-iknow 0.0.6 → 0.0.7
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 +14 -0
- 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: cab74c8ba8cf2dc6274a65203c0e27ab58e687f038c5a8cdd1b2e1b692fd2a94
|
|
4
|
+
data.tar.gz: 119c8bc5fa399b06873e550e124f8c5ae5c5043483f8f85297f459fb17dcbbd5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6baa63db33e31ee914f8f03df5e5a75867ca0b19dd8bdbb2de79dc94bbb1b81f1c7350aa2c016c7e6d709ff0fa641361be50f64cc9dc2f31b0b3151f92051eaf
|
|
7
|
+
data.tar.gz: 9bb7effb6f4176f85e285de8ee675ae9ef2bf3d274e4cc7b7f11f0e6c6954ded24f98d2abfcbc1700ad0b6a486fe8e05e76dd83a1631e78c5b2cb841c2fd927b
|
data/rubocop.yml
CHANGED
|
@@ -69,6 +69,11 @@ Style/RescueModifier:
|
|
|
69
69
|
# That said, nobody in our team is going to use one of these unless
|
|
70
70
|
# it's a valid case
|
|
71
71
|
Enabled: false
|
|
72
|
+
Style/ExplicitBlockArgument:
|
|
73
|
+
# This goes too far by demanding expensive block allocation always
|
|
74
|
+
Enabled: false
|
|
75
|
+
Lint/UnusedBlockArgument:
|
|
76
|
+
AllowUnusedKeywordArguments: true
|
|
72
77
|
Lint/UnusedMethodArgument:
|
|
73
78
|
AllowUnusedKeywordArguments: true
|
|
74
79
|
IgnoreEmptyMethods: true
|
|
@@ -117,8 +122,17 @@ Style/TrailingCommaInHashLiteral:
|
|
|
117
122
|
EnforcedStyleForMultiline: comma
|
|
118
123
|
Style/TrailingCommaInArguments:
|
|
119
124
|
EnforcedStyleForMultiline: comma
|
|
125
|
+
Style/TrailingUnderscoreVariable:
|
|
126
|
+
# I think this does more harm than good by hiding the array destructuring
|
|
127
|
+
Enabled: false
|
|
120
128
|
Style/SymbolLiteral:
|
|
121
129
|
Enabled: false
|
|
130
|
+
Style/KeywordParametersOrder:
|
|
131
|
+
Enabled: false
|
|
132
|
+
Style/StringConcatenation:
|
|
133
|
+
Enabled: false
|
|
134
|
+
Style/AccessorGrouping:
|
|
135
|
+
Enabled: false
|
|
122
136
|
Naming/AccessorMethodName:
|
|
123
137
|
Enabled: false
|
|
124
138
|
Naming/MethodParameterName:
|
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.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- iKnow Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-10-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email: edge@iknow.jp
|