Update rubocop-rspec to version 2.4.0

This commit is contained in:
depfu[bot] 2021-08-13 10:40:45 +00:00 committed by Henne Vogelsang
parent 9e7310c335
commit 8b9e4d1288
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
5 changed files with 456 additions and 723 deletions

View file

@ -12,26 +12,22 @@ AllCops:
MaxFilesInCache: 4000
Exclude:
- db/schema.rb
NewCops: enable
#################### Style ###########################
Layout/HashAlignment:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table
##################### Metrics ##################################
##################### Rails ##################################
Rails:
Enabled: true
##################### RSpec ##################################
FactoryBot/AttributeDefinedStatically:
Enabled: true
RSpec/DescribeClass:
Exclude:
- "spec/views/**/*"
- "spec/ability/*"
Layout/AlignHash:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table