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

Commit

Permalink
Merge pull request #742 from happydemics/rubocop-configuration
Browse files Browse the repository at this point in the history
fix(rubocop): add `forceExclusion` to extension configuration
  • Loading branch information
wingrunr21 authored Sep 27, 2021
2 parents 8833698 + 2706b14 commit 997b71a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vscode-ruby-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,11 @@
"type": "string",
"description": "RuboCop command. Setting this will cause RuboCop to be executed this way and other settings will be ignored!"
},
"forceExclusion": {
"type": "boolean",
"default": false,
"description": "Add the `--force-exclusion` option to the RuboCop command to prevent running RuboCop on the excluded files from rubocop.yml."
},
"useBundler": {
"type": "boolean",
"default": false,
Expand Down

0 comments on commit 997b71a

Please sign in to comment.