2023-06-06 11:58:33 +00:00
|
|
|
inherit_from: ../../.rubocop.yml
|
|
|
|
|
2024-03-11 15:14:55 +00:00
|
|
|
# Anonymous controllers in specs cannot access `described_class`, explanation:
|
|
|
|
# https://github.com/rubocop/rubocop-rspec/blob/v2.26.1/lib/rubocop/cop/rspec/described_class.rb#L36-L56
|
2023-06-06 11:58:33 +00:00
|
|
|
RSpec/DescribedClass:
|
|
|
|
SkipBlocks: true
|