rentacop 0.1.4 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/rentacop/version.rb +1 -1
- data/rentacop.yml +7 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1985f70d2d7be3d1558cb0db29c6944c3d9e7d9b80d0665bac8d0fa384bdfb5
|
4
|
+
data.tar.gz: fe15bf4583981832631ce1859ecdfd0978daaef743d1ef8862fcc1a8019bbb17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d5ad27b5a316b681f69f653d0b18682bf2b811da5c8679df1c0cd171b9e3489471e92b965b19446078fb6e42faa70708dc3c0775822a214f2c1ba1dabb1e3ff
|
7
|
+
data.tar.gz: 7b88c8bccc5e5cecf1cf98cca47f97aa7a3450a553fe6605ba20fe7e49a000af5ccec66875cf7061930094309e848f965b5de27359fdb5d05aed2c20e1b22c8f
|
data/README.md
CHANGED
data/lib/rentacop/version.rb
CHANGED
data/rentacop.yml
CHANGED
@@ -194,6 +194,10 @@ Style/SafeNavigation:
|
|
194
194
|
Style/SpecialGlobalVars:
|
195
195
|
Enabled: false
|
196
196
|
|
197
|
+
# Allow `$stderr.puts` instead of `warn`
|
198
|
+
Style/StderrPuts:
|
199
|
+
Enabled: false
|
200
|
+
|
197
201
|
# Prefer multi-line arrays to end with a comma for easy alteration
|
198
202
|
Style/TrailingCommaInArrayLiteral:
|
199
203
|
EnforcedStyleForMultiline: comma
|
@@ -202,3 +206,6 @@ Style/TrailingCommaInArrayLiteral:
|
|
202
206
|
Style/TrailingCommaInHashLiteral:
|
203
207
|
EnforcedStyleForMultiline: comma
|
204
208
|
|
209
|
+
# Allow calling `super` without parentheses
|
210
|
+
Style/SuperWithArgsParentheses:
|
211
|
+
Enabled: false
|
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.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Danny Ben Shitrit
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Collection of more relaxed rubocop rules
|
14
14
|
email: db@dannyben.com
|
@@ -30,7 +30,7 @@ metadata:
|
|
30
30
|
homepage_uri: https://github.com/dannyben/rentacop
|
31
31
|
source_code_uri: https://github.com/DannyBen/rentacop
|
32
32
|
rubygems_mfa_required: 'true'
|
33
|
-
post_install_message:
|
33
|
+
post_install_message:
|
34
34
|
rdoc_options: []
|
35
35
|
require_paths:
|
36
36
|
- lib
|
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
46
46
|
version: '0'
|
47
47
|
requirements: []
|
48
48
|
rubygems_version: 3.3.26
|
49
|
-
signing_key:
|
49
|
+
signing_key:
|
50
50
|
specification_version: 4
|
51
51
|
summary: Collection of more relaxed rubocop rules
|
52
52
|
test_files: []
|