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 f3ab72e commit bd54721Copy full SHA for bd54721
README.md
@@ -34,6 +34,14 @@ Put this into your `.rubocop.yml`.
34
require: rubocop-rails
35
```
36
37
+Alternatively, use the following array notation when specifying multiple extensions.
38
+
39
+```yaml
40
+require:
41
+ - rubocop-other-extension
42
+ - rubocop-rails
43
+```
44
45
Now you can run `rubocop` and it will automatically load the RuboCop Rails
46
cops together with the standard cops.
47
0 commit comments