.rubocop.yml 259 B

123456
  1. inherit_from: ../../.rubocop.yml
  2. # Anonymous controllers in specs cannot access `described_class`, explanation:
  3. # https://github.com/rubocop/rubocop-rspec/blob/v2.26.1/lib/rubocop/cop/rspec/described_class.rb#L36-L56
  4. RSpec/DescribedClass:
  5. SkipBlocks: true