armitage-rubocop 1.75.7.5 → 1.75.7.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46eff1f12525f9ed750efa161fdad9740677da03c75fdcd03349ea7c1b06eb28
4
- data.tar.gz: 64fcf79f662e6ac99e2a7aa310c1355329f4b5fb03689fa5e5662f978eaf667e
3
+ metadata.gz: cf7d978c3d9a9cff626a35855368888fb5afa7fd1411dafe02d268545378390e
4
+ data.tar.gz: 31d460e820ce199fd7262146679e6c8bd1cb4de9b7bcd71a9afa38b16179c8b4
5
5
  SHA512:
6
- metadata.gz: a743c66451614c5287d19b6279210a5dd05313022a06f2a61d1ac0a6fa4c588c0b9634a345719a4b185cc3cd10f9421b8247240f584b7889ef095ff71ce9d66c
7
- data.tar.gz: 9fccb5ae25972147b145cb27a7408c1e9492d25207911882165205b3c26fe2252bee3fe438846b1988c8a5c7903dcbdf7e50d238ae2e87464732b392a0626032
6
+ metadata.gz: 474a103d52299a6410e590af8e6efdcf9d3ef296438ad70c1dc7127af2417ca98fe1c9288e2e4d018f5c98d0f60caea4853db46db405a15349ad16b87ce9e10e
7
+ data.tar.gz: 6b204f4e6b4f20a197436b94626b1c483f5abde75dd3e2e83ad2640581f6607290005ab720388ca6156016e1c16686c612a619c8a54d521c7b660bfdb4d25afe
data/.rubocop.yml CHANGED
@@ -3,6 +3,7 @@ inherit_from:
3
3
  - ./lib/rubocop.rake.yml
4
4
  - ./lib/rubocop.rspec.yml
5
5
  - ./lib/rubocop.rails.yml
6
+ - ./lib/rubocop.rbs.yml
6
7
 
7
8
  AllCops:
8
9
  NewCops: enable
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- armitage-rubocop (1.75.7.5)
4
+ armitage-rubocop (1.75.7.6)
5
5
  rubocop (= 1.75.7)
6
6
  rubocop-capybara (= 2.22.1)
7
7
  rubocop-factory_bot (= 2.27.1)
@@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
6
6
  Gem::Specification.new do |spec|
7
7
  spec.required_ruby_version = '>= 3.3'
8
8
 
9
- spec.version = '1.75.7.5'
9
+ spec.version = '1.75.7.6'
10
10
 
11
11
  spec.name = 'armitage-rubocop'
12
12
  spec.license = 'MIT'
data/lib/rubocop.rbs.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  plugins:
2
- - rubocop-rbs
2
+ - rubocop-on-rbs
3
3
 
4
4
  inherit_from:
5
5
  - ./rbs/style.yml
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: armitage-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.75.7.5
4
+ version: 1.75.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rustam Ibragimov