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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a923ddf02746445cc7671aa684603141798e00d50d933c0f5927de180e556c8c
4
- data.tar.gz: 2a10e121879f8cda9498daa564f65fae24b835ca08e00779485f8222a903568f
3
+ metadata.gz: f1985f70d2d7be3d1558cb0db29c6944c3d9e7d9b80d0665bac8d0fa384bdfb5
4
+ data.tar.gz: fe15bf4583981832631ce1859ecdfd0978daaef743d1ef8862fcc1a8019bbb17
5
5
  SHA512:
6
- metadata.gz: 224df96332fc3fdbb47bef159bf561c4b063c3f5740d304c10133070b63a14edd868739f90b45804949447a1208d170ee3ff12bb008620fdf9e47c591d038917
7
- data.tar.gz: e7ea85f706a758b82e23981c77e884895fcbb4cfce7dc0c0d70855229386330dbc0c56828e902fd0c2b5fbd797aba12b90cef49f1519c4cc95da0aecb2ca3213
6
+ metadata.gz: 2d5ad27b5a316b681f69f653d0b18682bf2b811da5c8679df1c0cd171b9e3489471e92b965b19446078fb6e42faa70708dc3c0775822a214f2c1ba1dabb1e3ff
7
+ data.tar.gz: 7b88c8bccc5e5cecf1cf98cca47f97aa7a3450a553fe6605ba20fe7e49a000af5ccec66875cf7061930094309e848f965b5de27359fdb5d05aed2c20e1b22c8f
data/README.md CHANGED
@@ -82,7 +82,7 @@ inherit_mode:
82
82
  - Include
83
83
 
84
84
  AllCops:
85
- TargetRubyVersion: 2.7
85
+ TargetRubyVersion: 3.0
86
86
  ```
87
87
 
88
88
  ### Running `rubocop`
@@ -1,3 +1,3 @@
1
1
  module Rentacop
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.6'
3
3
  end
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
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: 2022-11-27 00:00:00.000000000 Z
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: []