diff --git a/README.md b/README.md index 7a3b23376..45299c78e 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ An alternative of golint is [revive](https://github.com/mgechev/revive). It is e To configure revive, use: ```javascript - "go.lintFlags": ["--exclude vendor/...", "--config=${workspaceRoot}/config.toml"] + "go.lintFlags": ["-exclude=vendor/...", "-config=${workspaceRoot}/config.toml"] ``` Finally, the result of those linters will show right in the code (locations with suggestions will be underlined),