rentacop 0.1.2 → 0.1.4
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 +10 -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: a923ddf02746445cc7671aa684603141798e00d50d933c0f5927de180e556c8c
|
|
4
|
+
data.tar.gz: 2a10e121879f8cda9498daa564f65fae24b835ca08e00779485f8222a903568f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 224df96332fc3fdbb47bef159bf561c4b063c3f5740d304c10133070b63a14edd868739f90b45804949447a1208d170ee3ff12bb008620fdf9e47c591d038917
|
|
7
|
+
data.tar.gz: e7ea85f706a758b82e23981c77e884895fcbb4cfce7dc0c0d70855229386330dbc0c56828e902fd0c2b5fbd797aba12b90cef49f1519c4cc95da0aecb2ca3213
|
data/lib/rentacop/version.rb
CHANGED
data/rentacop.yml
CHANGED
|
@@ -30,10 +30,18 @@ Layout/HashAlignment:
|
|
|
30
30
|
EnforcedHashRocketStyle: table
|
|
31
31
|
EnforcedColonStyle: table
|
|
32
32
|
|
|
33
|
-
#
|
|
33
|
+
# Disable hanging indents everywhere (strings concatenated with backslash)
|
|
34
|
+
Layout/LineEndStringConcatenationIndentation:
|
|
35
|
+
EnforcedStyle: indented
|
|
36
|
+
|
|
37
|
+
# Disable hanging indents everywhere (chained methods)
|
|
34
38
|
Layout/MultilineMethodCallIndentation:
|
|
35
39
|
EnforcedStyle: indented
|
|
36
40
|
|
|
41
|
+
# Disable hanging indents everywhere (multi-line operations)
|
|
42
|
+
Layout/MultilineOperationIndentation:
|
|
43
|
+
EnforcedStyle: indented
|
|
44
|
+
|
|
37
45
|
|
|
38
46
|
# === Lint ===
|
|
39
47
|
|
|
@@ -193,3 +201,4 @@ Style/TrailingCommaInArrayLiteral:
|
|
|
193
201
|
# Prefer multi-line hashes to end with a comma for easy alteration
|
|
194
202
|
Style/TrailingCommaInHashLiteral:
|
|
195
203
|
EnforcedStyleForMultiline: comma
|
|
204
|
+
|
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.4
|
|
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-27 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
|