Skip to content

Commit d155443

Browse files
committed
fixup! Properly format a numbered list
1 parent 7cac570 commit d155443

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/modules/ROOT/pages/upgrade_to_version_2.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ https://github.com/rubocop-hq/rubocop/pull/8490[Learn more about this change].
7171
Due to significant API changes, custom cops may break.
7272
Here is the summary of the changes:
7373

74-
1) The base class for cops is now `RuboCop::Cop::RSpec::Base` instead of `RuboCop::Cop::RSpec::Cop`.
74+
1. The base class for cops is now `RuboCop::Cop::RSpec::Base` instead of `RuboCop::Cop::RSpec::Cop`.
7575

76-
2) `TopLevelDescribe` is replaced with a more generic `TopLevelGroup`.
76+
2. `TopLevelDescribe` is replaced with a more generic `TopLevelGroup`.
7777

78-
3) `RuboCop::RSpec::Language` has been completely rewritten to support dynamic RSpec DSL aliases and negated matchers to fully support third-party libraries such as RSpec Rails, Pundit, Action Policy and many others.
78+
3. `RuboCop::RSpec::Language` has been completely rewritten to support dynamic RSpec DSL aliases and negated matchers to fully support third-party libraries such as RSpec Rails, Pundit, Action Policy and many others.
7979

80-
4) RuboCop RSpec updated the dependency of RuboCop to 1.0+.
80+
4. RuboCop RSpec updated the dependency of RuboCop to 1.0+.
8181

8282
Below are the necessary steps to update custom cops to work with `rubocop-rspec` version 2.x.
8383

0 commit comments

Comments
 (0)