foobara-rubocop-rules 1.0.3 → 1.0.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/rules/style.yml +9 -0
  4. data/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32bba92be09e88f4946e1d5afd01ef7c6b4d381e00e43da88c83fd745a8242e5
4
- data.tar.gz: 75ae17000bda758f4322fa648e2e9301f03035fb735cca5bd1fee56b552a89d6
3
+ metadata.gz: e8bf351a60d14189d2a02b1753302c6601f8a2a97b81189acd3a6e5810fbfae7
4
+ data.tar.gz: e5a5bbd6cc6e674876aa74050f2fc6ad69b02f155e157bd366c6671fa66e930d
5
5
  SHA512:
6
- metadata.gz: 65c58a156fa7f715b0033bff801c64e789fbe3f016288e8ae8f92c363d6c410635a9180bd699b63441f4471548dcba89809514435fc6d3a27fd0c077ae792c30
7
- data.tar.gz: c3a4c0bf6faef402d5aeb75399122f1c50b581a92535e60a80ac8724a8baee2dfa7b9e3318932e045a0194932a799d622e1a79b9576b1c7ea171d188d9b81bda
6
+ metadata.gz: 0c5f5ae5884cb290251d6ecca8bb72ca3d203a5350bb97548ef48f2f0f7fc0b7546dad2dc7bbc6ed946cc0fd12a58a8807d4be9e3e94ae99e8901976973e2b1f
7
+ data.tar.gz: e62b53610a58e6857ef3be97ec7114f0f09997fe449298088ebab98f8888df7a95c13a77cc47e5045ef3177760c91d6515ab41ca2685f8bc50d979cc147aa035
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.0.4] - 2025-10-15
2
+
3
+ - Disable Style/NegatedIf, PerlBackrefs, and ClassEqualityComparison
4
+
1
5
  ## [1.0.3] - 2025-09-07
2
6
 
3
7
  - Disable Style/QuotedSymbols
data/rules/style.yml CHANGED
@@ -11,6 +11,9 @@ Style/CaseEquality:
11
11
  Style/ClassAndModuleChildren:
12
12
  Enabled: false
13
13
 
14
+ Style/ClassEqualityComparison:
15
+ Enabled: false
16
+
14
17
  Style/Documentation:
15
18
  Enabled: false
16
19
 
@@ -39,6 +42,9 @@ Style/MultipleComparison:
39
42
  Style/MultilineBlockChain:
40
43
  Enabled: false
41
44
 
45
+ Style/NegatedIf:
46
+ Enabled: false
47
+
42
48
  Style/Next:
43
49
  Enabled: false
44
50
 
@@ -48,6 +54,9 @@ Style/NumericPredicate:
48
54
  Style/OptionalBooleanParameter:
49
55
  Enabled: false
50
56
 
57
+ Style/PerlBackrefs:
58
+ Enabled: false
59
+
51
60
  Style/QuotedSymbols:
52
61
  Enabled: false
53
62
 
data/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Foobara
2
2
  module RubocopRules
3
- VERSION = "1.0.3".freeze
3
+ VERSION = "1.0.4".freeze
4
4
  MINIMUM_RUBY_VERSION = ">= 3.4.0".freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara-rubocop-rules
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi