rubocop-standard 4.0.4 → 4.1.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 +6 -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: 243a3cc506771cb7844333d253cb290a5e7dd62a44e5d2ac2bcd561d7d42816e
|
|
4
|
+
data.tar.gz: 90db02c3fb8a0ed3eff385a76eb49693f679f9fd2a15c5e10e7987e507bbdccc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccbddccf85149ea8966afebd39e2ffae36db47e4fbe37327991d32e363cffd7e200017cf1847da66710950443337d38dcdeddd39c6b118a8c6dc51a799a477e9
|
|
7
|
+
data.tar.gz: 28c697d3ffe2506269ec96349c2f947ca608fd35cd529531a6563d09d823fec5fda0832b34b750f5fb9a54d828462a93ecb956e56ba88aaaceb78f68220d2422
|
data/config/default.yml
CHANGED
|
@@ -19,6 +19,9 @@ Layout/ConditionPosition:
|
|
|
19
19
|
Layout/DefEndAlignment:
|
|
20
20
|
Enabled: true
|
|
21
21
|
|
|
22
|
+
Layout/EmptyLinesAroundAttributeAccessor:
|
|
23
|
+
Enabled: true
|
|
24
|
+
|
|
22
25
|
Layout/EndAlignment:
|
|
23
26
|
Enabled: false
|
|
24
27
|
|
|
@@ -337,6 +340,9 @@ Style/RedundantSortBy:
|
|
|
337
340
|
Style/Sample:
|
|
338
341
|
Enabled: true
|
|
339
342
|
|
|
343
|
+
Style/SlicingWithRange:
|
|
344
|
+
Enabled: true
|
|
345
|
+
|
|
340
346
|
Style/StabbyLambdaParentheses:
|
|
341
347
|
Enabled: true
|
|
342
348
|
|
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: 4.0
|
|
4
|
+
version: 4.1.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-
|
|
11
|
+
date: 2020-05-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|