armitage-rubocop 1.75.7.3 → 1.75.7.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f68ee56da1239124fb2fab6cd0490f4bba4bf3f2ffd221ddcc5a5c61a65726ba
4
- data.tar.gz: 7ea075e8ddc0b8c10fe944fc497fa75b2beafb19a60f397f9395d07d7dcd437c
3
+ metadata.gz: 5a8bd4312b16ff4de4b6091a159a1c70b521d507f9f08deb27916fa9c032bc13
4
+ data.tar.gz: d115f41381346973d83c2f58b218c3ad01be43e4a3f3b133f19ac5dd3f95b6d4
5
5
  SHA512:
6
- metadata.gz: 5d624d3dd76938a0fb212c92212001f9f658c824cb29af3f9040242724644b1fd1b6b03171193b43f28faccc1c33cc98fed400b6a32b50e488232c4b6459bdfd
7
- data.tar.gz: 542fa5a0e64e051863a89a63888873db84a5bda2b1fd089f954286d5b9c00c10e2fbb18c8e98950d58f350785e3973135cf6497f2caeea8b7202d30b0d4eae8e
6
+ metadata.gz: cac76bfa3caac3f5d012ea01a9869aea48452def59e9e87fba4a5873859720d993df01268c5e4c9f7ba56b84c102d424d74b8e6607b3a6094f8b615aeb179199
7
+ data.tar.gz: f5fc901026b74d59b821caf02928eeb3879d2c07386dc4438a48dc62ddf74787a0a4cc7d06606649c0d2a36ed7db2cc1144e777e49819a2d2f66d27c7abd53b5
data/.rubocop.yml CHANGED
@@ -1,6 +1,8 @@
1
1
  inherit_from:
2
2
  - ./lib/rubocop.general.yml
3
3
  - ./lib/rubocop.rake.yml
4
+ - ./lib/rubocop.rspec.yml
5
+ - ./lib/rubocop.rails.yml
4
6
 
5
7
  AllCops:
6
8
  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.3)
4
+ armitage-rubocop (1.75.7.4)
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.3'
9
+ spec.version = '1.75.7.4'
10
10
  spec.name = 'armitage-rubocop'
11
11
  spec.license = 'MIT'
12
12
  spec.authors = ['Rustam Ibragimov']
@@ -24,7 +24,7 @@ FactoryBot/FactoryNameStyle:
24
24
  EnforcedStyle: symbol
25
25
  ExplicitOnly: false
26
26
 
27
- FactoryAssociationWithStrategy:
27
+ FactoryBot/FactoryAssociationWithStrategy:
28
28
  Enabled: false
29
29
 
30
30
  FactoryBot/RedundantFactoryOption:
data/lib/rspec/rspec.yml CHANGED
@@ -354,7 +354,6 @@ RSpec/VerifiedDoubles:
354
354
 
355
355
  RSpec/VerifiedDoubleReference:
356
356
  Enabled: true
357
- EnforcedStyle: constant
358
357
 
359
358
  RSpec/VoidExpect:
360
359
  Enabled: true
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.3
4
+ version: 1.75.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rustam Ibragimov