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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/default.yml +6 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1056ad4bb6f2020463b3d8862ab5874bd96ae5a97214caf34e8ecde43ac85dc
4
- data.tar.gz: 6cc236d104ed09d23c6384a8c7a1b75ccf9efdde737e4b6f58d782affeb8c209
3
+ metadata.gz: 243a3cc506771cb7844333d253cb290a5e7dd62a44e5d2ac2bcd561d7d42816e
4
+ data.tar.gz: 90db02c3fb8a0ed3eff385a76eb49693f679f9fd2a15c5e10e7987e507bbdccc
5
5
  SHA512:
6
- metadata.gz: 712a02e45b046cdd353c9abfb80c3bc3228b95991622c5d00a12855684511501276e19fd090da844e639969ef5aaa1a18b5ff846ed0b0eaee243dc631c210eff
7
- data.tar.gz: f67cd99b33543ec757e6c2d8a9cddfddda388a9f540c5e526b399eded38d132f9d58113ebc564053bd54323d4794199650af12af00e60d87da2f6cdec99e089a
6
+ metadata.gz: ccbddccf85149ea8966afebd39e2ffae36db47e4fbe37327991d32e363cffd7e200017cf1847da66710950443337d38dcdeddd39c6b118a8c6dc51a799a477e9
7
+ data.tar.gz: 28c697d3ffe2506269ec96349c2f947ca608fd35cd529531a6563d09d823fec5fda0832b34b750f5fb9a54d828462a93ecb956e56ba88aaaceb78f68220d2422
@@ -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
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-04-25 00:00:00.000000000 Z
11
+ date: 2020-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop