File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 33RSpec-specific analysis for your projects, as an extension to
44https://github.com/rubocop-hq/rubocop[RuboCop].
55
6+ RuboCop RSpec follows the https://docs.rubocop.org/rubocop/versioning.html[RuboCop versioning guide].
7+ In a nutshell, between major versions new cops are introduced in a special `pending` status.
8+ That means that they won't take their duties unless explicitly told otherwise.
9+ RuboCop will warn on start that certain cops are neither explicitly enabled and disabled.
10+ On a major version release, all new cops introduced since the previous major release, are enabled.
11+
612== Project Goals
713
814* Enforce the guidelines and best practices outlined in the community https://rspec.rubystyle.guide[RSpec style guide]
You can’t perform that action at this time.
0 commit comments