Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
swiknaba committed Dec 30, 2023
1 parent 2368a7f commit c630bb5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ rails generate rubocop_dbl:install

or manually Aad this line to your application's `.rubocop.yml`:

When using Rails:

```yml
require:
- rubocop-rails

inherit_gem:
rubocop-dbl:
- config/dbl.yml
- config/cops/rails.yml
```
When not using Rails:
```yml
inherit_gem:
rubocop-dbl:
Expand Down

0 comments on commit c630bb5

Please sign in to comment.