We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3849e0 commit 60afe4cCopy full SHA for 60afe4c
docs/modules/ROOT/pages/usage.adoc
@@ -1,16 +1,24 @@
1
= Usage
2
3
-You need to tell RuboCop to load the RSpec extension. There are three
4
-ways to do this:
+You need to tell RuboCop to load the RSpec extension.
+There are three ways to do this:
5
6
== RuboCop configuration file
7
8
-Put this into your `.rubocop.yml`.
+Put this into your `.rubocop.yml`:
9
10
----
11
require: rubocop-rspec
12
13
14
+or, if you are using several extensions:
15
+
16
+----
17
+require:
18
+ - rubocop-rspec
19
+ - rubocop-performance
20
21
22
Now you can run `rubocop` and it will automatically load the RuboCop RSpec
23
cops together with the standard cops.
24
0 commit comments