Skip to content

Commit 5847d74

Browse files
committed
Add a note about versioning policy
1 parent 1fb6b16 commit 5847d74

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
RSpec-specific analysis for your projects, as an extension to
44
https://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]

0 commit comments

Comments
 (0)