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

Commit

Permalink
doc(README) Fix the revive flags examples. (#1703)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfeidau authored and ramya-rao-a committed Jun 1, 2018
1 parent 641c783 commit 5b6fa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 5b6fa9f

Please sign in to comment.