rubocop-ronin 0.2.4 → 0.2.6

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/rubocop.yml +4 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97cff67febd1a62e25f1a0fe307ee541d95e8d12dbc037be36b7618830f7a958
4
- data.tar.gz: bff7347d94af0990e6de50fed47af5108552716dc9e853401808b81d79b7663d
3
+ metadata.gz: 4b705a068d5cd8e15cf22972314f8ccc033dc98e0387aabf4f02794f6db82de8
4
+ data.tar.gz: e5a16e79a079bfb1a59e5b7e439890f2574261164a214e6a6927354dcd8a92b9
5
5
  SHA512:
6
- metadata.gz: 25788e240818057c7faa6f5c9006fc3ea377ba6170907804deb3bc90d385b84bc25fc3d3d59b0c9777761b5ea1cd834c332f2cd7d3e6cdeb46a21de1527b1104
7
- data.tar.gz: c19e5f374cf08473ebb0dc9682026366f4a5d383d1942b7d2d0073c055db3343a951545be7f3879bb6f6ee59283e8d128da528efe5ba298a04908cf45dba7b3c
6
+ metadata.gz: 405d1307c18b736ce1c66ce118e2dae8c5827d49fe19d7d5d22a90274f115165cddf781e8db0dc15e7803bedc1f5d9e43433918eb619ac6e215e196716c18442
7
+ data.tar.gz: 0bb010755ede9dcee0cd036487c69762da92b17ee32b659972514346a8ce809b8df5fe29859c7b20d7def82b3ded5851a4957e268c43893f214bf18bc9ba3b3f
data/rubocop.yml CHANGED
@@ -89,6 +89,7 @@ Layout/AssignmentIndentation: { Enabled: false }
89
89
  Style/StringLiterals: { Enabled: false }
90
90
  Layout/SpaceBeforeComma: { Enabled: false }
91
91
  Style/ReturnNilInPredicateMethodDefinition: { Enabled: false }
92
+ Style/RedundantParentheses: { Enabled: false }
92
93
 
93
94
  # rubocop cannot tell that rubygems_mfa_required is enabled in gemspec.yml
94
95
  Gemspec/RequireMFA: { Enabled: false }
@@ -98,3 +99,6 @@ Gemspec/DuplicatedAssignment: { Exclude: ['ronin*.gemspec'] }
98
99
 
99
100
  # use explicit kwargs for YARD documentation
100
101
  Style/ArgumentsForwarding: { Enabled: false }
102
+
103
+ # I have been bit by implicit `super` argument/block passing in the past
104
+ Style/SuperArguments: { Enabled: false }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-ronin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Postmodern
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-31 00:00:00.000000000 Z
11
+ date: 2024-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.4.10
77
+ rubygems_version: 3.4.19
78
78
  signing_key:
79
79
  specification_version: 4
80
80
  summary: rubocop configuration for the ronin-rb project