rubocop-standard 3.1.2 → 3.2.0
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/config/default.yml +9 -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: 9fc53357bb286c2fc2b4ca34bb0df1efb0906967b1a2de7b98d014b60554f707
|
|
4
|
+
data.tar.gz: 25ba7bc504ce1afa3c75ae0b4e1460d66b7aa9c5c5c6765293a984c3b69e6141
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0cd68f076f5cfd95b12519a4daa355bb5ba2ea557c9eec0ebe9d005d4c40bb11082cd466a97e446fa35efc6f013d772e853c174e76b39ddb09abb976e8f78219
|
|
7
|
+
data.tar.gz: c51d58730dc2a851211076b0bacc81043de84b77d1df0f242fc3ac3d509609771c72f967556f84497d2a45b43ab515347e62d77897faae0025606b31f8845e17
|
data/config/default.yml
CHANGED
|
@@ -288,10 +288,19 @@ Style/For:
|
|
|
288
288
|
Style/FrozenStringLiteralComment:
|
|
289
289
|
Enabled: true
|
|
290
290
|
|
|
291
|
+
Style/HashEachMethods:
|
|
292
|
+
Enabled: true
|
|
293
|
+
|
|
291
294
|
Style/HashSyntax:
|
|
292
295
|
Enabled: true
|
|
293
296
|
EnforcedStyle: ruby19_no_mixed_keys
|
|
294
297
|
|
|
298
|
+
Style/HashTransformKeys:
|
|
299
|
+
Enabled: true
|
|
300
|
+
|
|
301
|
+
Style/HashTransformValues:
|
|
302
|
+
Enabled: true
|
|
303
|
+
|
|
295
304
|
Style/LambdaCall:
|
|
296
305
|
Enabled: true
|
|
297
306
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-standard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Garen Torikian
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-02-
|
|
11
|
+
date: 2020-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|