diff --git a/README.md b/README.md index 873ce01ff..8dd32b0fd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 76e94979c..e78f259d6 100644 --- a/package.json +++ b/package.json @@ -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" } } },