Skip to content

Ignore RSpec.describe lines for line length

Doug Stull requested to merge ignore_rspec_describe_line_length into master

What does this MR do and why?

  • ignores the RSpec.describe line length cop due to readability and auto-alignment issues(Rubymine) if the line is split.
  • most recently, use of feature category caused this to become more of an issue.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Doug Stull

Merge request reports