rubocop-vaporyhumo 0.4.0 → 0.6.0

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +18 -0
  3. data/SECURITY.md +2 -2
  4. data/config.yml +28 -2
  5. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e736c0236e18fd522bf5b05ecfc9c5ff33b3431ac670d80163da5ac8b6b76b68
4
- data.tar.gz: 28e6912545600e4da470003d40d61a8a8c5af58eed83402785b3aa14729ea1b4
3
+ metadata.gz: 53ce97a86bf9846fd9964d429822acb246a2ffd9961efed2f10c9e1b90302116
4
+ data.tar.gz: 8e6309fe3dd89078eda522399f1224fdfc0a44b37216f5c13a5aeb8a04fe33cc
5
5
  SHA512:
6
- metadata.gz: bb1d222b755c89a9958452045cc640f139aaecfce2530c3d2ef94a425d4bffd4e42b62d8c338fc1f7ecf32bcc9ee64760de90065f16d9ed9f79008ef801a1a71
7
- data.tar.gz: b8ec04d41dbdabd9f2ff66c190b2aea2cf3b49565b1b09e1c6dcd2027dc0e1b44169b4af052fa344c12de422ebcac73fe3605d1223ae53945a1ec6b5a150b751
6
+ metadata.gz: b5ad7312b0f75c0092e0f451ff5b3ed5230fd606d340d80e4ba260b105f1bbd0354b7551d47ef3a52833603fe8fb6c38b5474e9b36a49446146eea19d12a687f
7
+ data.tar.gz: 926076e272d8c07d7c27019dc3aa9c860a669b9fd7efec08fe64b5157aa22909e73b8b6b3cdd19ad7acfe457acd3f45fcdfcfc2317de690261af092ce294af1d
data/CHANGELOG.md CHANGED
@@ -9,6 +9,24 @@ and this project adheres to [Semantic Versioning][2].
9
9
  [2]: https://semver.org/spec/v2.0.0.html
10
10
 
11
11
  ## [Unreleased]
12
+
13
+ ## [0.6.0] - 2025-06-24
14
+ ### Changed
15
+ - Disable `Style/EmptyCaseCondition`
16
+
17
+ ## [0.5.0] - 2025-06-23
18
+ ### Added
19
+ - `Naming/BlockForwarding` configuration
20
+ - `Naming/InclusiveLanguage` configuration
21
+ - `Naming/MemoizedInstanceVariableName` configuration
22
+ - `Naming/PredicateMethid` configuration
23
+ - `Naming/PredicatePrefix` configuration
24
+ - `Style/ColonMethodCall` disabled
25
+
26
+ ### Changed
27
+ - `Metrics/ParameterLists` configuration: max parameters increased from 3 to 4
28
+
29
+
12
30
  ## [0.4.0] - 2025-06-23
13
31
  ### Added
14
32
  - `Bundler/GemComment` configuration with version specifiers and GitHub enforcement
data/SECURITY.md CHANGED
@@ -6,8 +6,8 @@ Currently supported version are:
6
6
 
7
7
  | Version | Supported |
8
8
  | ------- | ------------------ |
9
- | 0.4.0 | :white_check_mark: |
10
- | < 0.4.0 | :x: |
9
+ | 0.6.0 | :white_check_mark: |
10
+ | < 0.6.0 | :x: |
11
11
 
12
12
  ## Reporting a Vulnerability
13
13
 
data/config.yml CHANGED
@@ -90,12 +90,38 @@ Metrics/ModuleLength:
90
90
  CountAsOne: ['array', 'hash', 'heredoc', 'method_call']
91
91
 
92
92
  Metrics/ParameterLists:
93
- Max: 3
93
+ Max: 4
94
94
 
95
95
  Metrics/PerceivedComplexity:
96
96
  Max: 7
97
97
 
98
98
 
99
+ # Naming
100
+ Naming/BlockForwarding:
101
+ Enabled: true
102
+
103
+ Naming/InclusiveLanguage:
104
+ Enabled: true
105
+
106
+ Naming/MemoizedInstanceVariableName:
107
+ EnforcedStyleForLeadingUnderscores: optional
108
+
109
+ Naming/PredicateMethod:
110
+ Enabled: true
111
+
112
+ Naming/PredicatePrefix:
113
+ Enabled: true
114
+ UseSorbetSigs: true
115
+
116
+
99
117
  # Security
100
118
  Security/CompoundHash:
101
- Enabled: true
119
+ Enabled: true
120
+
121
+
122
+ # Style
123
+ Style/ColonMethodCall:
124
+ Enabled: false
125
+
126
+ Style/EmptyCaseCondition:
127
+ Enabled: false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-vaporyhumo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Vilina (vaporyhumo)
@@ -96,6 +96,7 @@ licenses:
96
96
  metadata:
97
97
  homepage_uri: https://github.com/rodrigovilina/rubocop-vaporyhumo
98
98
  changelog_uri: https://github.com/rodrigovilina/rubocop-vaporyhumo/blob/main/CHANGELOG.md
99
+ rubygems_mfa_required: 'true'
99
100
  rdoc_options: []
100
101
  require_paths:
101
102
  - lib