Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Update RuboCop Rails option docs for RuboCop >= 0.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wingrunr21 committed Jun 27, 2019
1 parent ea0c6a9 commit e181da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Settings available (in your VSCode workspace) for each of the linters:
"except": [/* array: Run all cops enabled by configuration except the specified cop(s) and/or departments. */],
"forceExclusion": true, //Add --force-exclusion option
"require": [/* array: Require Ruby files. */],
"rails": true //Run extra rails cops
"rails": true //Run extra rails cops. Note [this was removed in RuboCop 0.72.0](https://github.com/rubocop-hq/rubocop/issues/5976)
}
```
## Formatting
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
"rails": {
"type": "boolean",
"default": false,
"description": "Rails cops are specific to the Ruby on Rails framework"
"description": "Rails cops are specific to the Ruby on Rails framework. These cops require the rubocop-rails gem for RuboCop >= 0.72.0"
}
}
},
Expand Down

0 comments on commit e181da1

Please sign in to comment.