foobara-rubocop-rules 1.0.4 → 1.0.5

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 +3 -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: e8bf351a60d14189d2a02b1753302c6601f8a2a97b81189acd3a6e5810fbfae7
4
- data.tar.gz: e5a5bbd6cc6e674876aa74050f2fc6ad69b02f155e157bd366c6671fa66e930d
3
+ metadata.gz: e4af0a331b8f034b0e341fd79226653c53cfe09a4525ffce65ea689bb395d726
4
+ data.tar.gz: d14973aaefa8c100d3623b71a4c3631cbce43ee128668be8ce2b50417fe0a320
5
5
  SHA512:
6
- metadata.gz: 0c5f5ae5884cb290251d6ecca8bb72ca3d203a5350bb97548ef48f2f0f7fc0b7546dad2dc7bbc6ed946cc0fd12a58a8807d4be9e3e94ae99e8901976973e2b1f
7
- data.tar.gz: e62b53610a58e6857ef3be97ec7114f0f09997fe449298088ebab98f8888df7a95c13a77cc47e5045ef3177760c91d6515ab41ca2685f8bc50d979cc147aa035
6
+ metadata.gz: 9f2a094a8ed284128b40d5d28a70f845ed1f44e29a2717e2ebe0be7a9ace7a222e4ccd53c792372409255647f32dda2ddf1d20997e1c0a983fb8c512ffabc03e
7
+ data.tar.gz: c9a2db0fa1e4aacf7e0502df9c360d3983c6d3c87c2bcceb77a425834579c284221376839f68bddc0802efba7710bcbbe0d1fbf8b201885768d11e397915169b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.0.5] - 2025-10-22
2
+
3
+ - Disable Style/FetchEnvVar
4
+
1
5
  ## [1.0.4] - 2025-10-15
2
6
 
3
7
  - Disable Style/NegatedIf, PerlBackrefs, and ClassEqualityComparison
data/rules/style.yml CHANGED
@@ -20,6 +20,9 @@ Style/Documentation:
20
20
  Style/EmptyMethod:
21
21
  EnforcedStyle: expanded
22
22
 
23
+ Style/FetchEnvVar:
24
+ Enabled: false
25
+
23
26
  Style/FrozenStringLiteralComment:
24
27
  SafeAutoCorrect: true
25
28
  EnforcedStyle: never
data/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Foobara
2
2
  module RubocopRules
3
- VERSION = "1.0.4".freeze
3
+ VERSION = "1.0.5".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.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi