rentacop 0.1.2 → 0.1.3
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/lib/rentacop/version.rb +1 -1
- data/rentacop.yml +6 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e27b86e9fc6b295312acff4637c55ebd6ff3b5018760d774fb14ba5315a47cf
|
|
4
|
+
data.tar.gz: 6e6b70e219166b7a3641fe7aaa6f9f1a431a6f6d7cd988490538827e3c97044d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2149bcb96132f959cdc7884c3d3ae1e7adc9962387971e46be57a7c36301f3c14524f4ad92b1faa4833f12087b69229a97cb7802e2f0c8a5e3893806f64a79db
|
|
7
|
+
data.tar.gz: 7ebd1f4e370b9e5a37053fd1cb95997d5a2e0b5c3c577ad0b20412f3a4a933007797999799fc942b9b67bf7856b6222f68735aad61cff05e19f27628172ce524
|
data/lib/rentacop/version.rb
CHANGED
data/rentacop.yml
CHANGED
|
@@ -30,10 +30,14 @@ Layout/HashAlignment:
|
|
|
30
30
|
EnforcedHashRocketStyle: table
|
|
31
31
|
EnforcedColonStyle: table
|
|
32
32
|
|
|
33
|
-
# Chained methods in
|
|
33
|
+
# Chained methods in multiple lines should be indented normally
|
|
34
34
|
Layout/MultilineMethodCallIndentation:
|
|
35
35
|
EnforcedStyle: indented
|
|
36
36
|
|
|
37
|
+
# Multiline operations in multiple lines should be indented normally
|
|
38
|
+
Layout/MultilineOperationIndentation:
|
|
39
|
+
EnforcedStyle: indented
|
|
40
|
+
|
|
37
41
|
|
|
38
42
|
# === Lint ===
|
|
39
43
|
|
|
@@ -193,3 +197,4 @@ Style/TrailingCommaInArrayLiteral:
|
|
|
193
197
|
# Prefer multi-line hashes to end with a comma for easy alteration
|
|
194
198
|
Style/TrailingCommaInHashLiteral:
|
|
195
199
|
EnforcedStyleForMultiline: comma
|
|
200
|
+
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rentacop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Danny Ben Shitrit
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-11-
|
|
11
|
+
date: 2022-11-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Collection of more relaxed rubocop rules
|
|
14
14
|
email: db@dannyben.com
|
|
@@ -45,7 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
46
|
version: '0'
|
|
47
47
|
requirements: []
|
|
48
|
-
rubygems_version: 3.3.
|
|
48
|
+
rubygems_version: 3.3.26
|
|
49
49
|
signing_key:
|
|
50
50
|
specification_version: 4
|
|
51
51
|
summary: Collection of more relaxed rubocop rules
|