Skip to content

Commit

Permalink
README: Update rubocop instructions
Browse files Browse the repository at this point in the history
- `inherit_gem` does not work with a path, errors out in Rubocop because
of the format, it needs a key and value.
- With `inherit_from` it works.
  • Loading branch information
davidwessman committed Mar 5, 2021
1 parent d03415c commit bf849ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ inherit_gem:
#### `npm` package

```yaml
inherit_gem:
inherit_from:
- node_modules/@prettier/plugin-ruby/rubocop.yml
```

Expand Down

0 comments on commit bf849ae

Please sign in to comment.