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.
require: false
1 parent 92c3c6f commit 30a1f39Copy full SHA for 30a1f39
README.md
@@ -18,7 +18,7 @@ gem install rubocop-rails
18
or if you use bundler put this in your `Gemfile`
19
20
```ruby
21
-gem 'rubocop-rails'
+gem 'rubocop-rails', require: false
22
```
23
24
## Usage
0 commit comments