foobara-rubocop-rules 1.0.6 → 1.0.7

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/lint.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: fa2b990e15b1905e89830bbd47e9dab78eacfbe868a31047c15501c6b778d8ac
4
- data.tar.gz: 0d3980f3a85d39349d03d81344bbfbfeaa0de81a90d1a87a19e7ac05b2ee9c2b
3
+ metadata.gz: ad18ba88c2fafed105c80138e19840812b7746ccb30a7f0328c973d287a2cb98
4
+ data.tar.gz: 1b0969202bd45ec17cc8e0ab3c911807ed97259161ce377b39b67c34c0026557
5
5
  SHA512:
6
- metadata.gz: 557188763da1845bbf72efdc63e35bc4e029119206a60eefa38670bbf92478aa540a1048fb0b9155bb2b3804d13425c8fe8639241f04706c06485348205b3f29
7
- data.tar.gz: b14ebbd427a92822d05271bbff361f9f87b854fde33d7b8de1d92f88fac86802aec306c0d16e23e84cfc62b29289e0448d6f6bb44a31e29d8878ca6915aa6141
6
+ metadata.gz: 9bed8dc358a8aefdbae672a08b5502612ed863cf27ae466f1806b19b0cd28f772d73d7b931feef7fea3e5dfe0f530bfd27f56b13d7106a4aaa28c56902da3a70
7
+ data.tar.gz: 88a1825ca835a67703398e0ecf79467342bb9cae9252d645bc7ad4114318b621073c53993ca1172f6151bce9495f2d34a0d3e1a62afaef3cc2d9bb5c35490a83
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.0.7] - 2025-11-10
2
+
3
+ - Disable Lint/ItWithoutArgumentsInBlock
4
+
1
5
  ## [1.0.6] - 2025-10-26
2
6
 
3
7
  - Disable RSpec/LetSetup
data/rules/lint.yml CHANGED
@@ -5,6 +5,9 @@ Lint/AmbiguousBlockAssociation:
5
5
  Lint/EmptyClass:
6
6
  Enabled: false
7
7
 
8
+ Lint/ItWithoutArgumentsInBlock:
9
+ Enabled: false
10
+
8
11
  Lint/Loop:
9
12
  Enabled: false
10
13
 
data/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Foobara
2
2
  module RubocopRules
3
- VERSION = "1.0.6".freeze
3
+ VERSION = "1.0.7".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.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi