Skip to content

Add RSpec and example specs

Robert Speicher requested to merge rs-rspec into master

Addressing #1 (closed)

  • Violation messages should be clear, short, and forceful. We're not saying "This is a violation. But if you really want to..." -- we're saying "This is a violation." We don't need to tell people how to disable a cop. That's well-documented already.
  • Adds StyleGuide links pointing to the cop documentation. This is inspired by rubocop-rspec.
  • Fixes the homepage link in the gemspec.
  • Makes the configuration descriptions consistent with the cop descriptions (for the cops we've touched in this MR).

Merge request reports