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

Commit 0c6a879

Browse files
authored
Merge pull request #492 from RileyMathews/clarify-rubocop-configuration
Clarify rubocop configuration for 'lint: true'
2 parents 5a5b01d + 8133793 commit 0c6a879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Settings available (in your VSCode workspace) for each of the linters:
151151
}
152152

153153
"rubocop": {
154-
"lint": true, //enable all lint cops.
154+
"lint": true, //Run only lint cops.
155155
"only": [/* array: Run only the specified cop(s) and/or cops in the specified departments. */],
156156
"except": [/* array: Run all cops enabled by configuration except the specified cop(s) and/or departments. */],
157157
"forceExclusion": true, //Add --force-exclusion option

0 commit comments

Comments
 (0)