Skip to content

Commit

Permalink
Fix typo in README (alecthomas#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin Cojocar authored and dnephin committed Jul 24, 2018
1 parent 445bce7 commit 96fc443
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 @@ -84,7 +84,7 @@ There are two options for installing gometalinter.
- [interfacer](https://github.com/mvdan/interfacer) - Suggest narrower interfaces that can be used.
- [unconvert](https://github.com/mdempsky/unconvert) - Detect redundant type conversions.
- [goconst](https://github.com/jgautheron/goconst) - Finds repeated strings that could be replaced by a constant.
- [goesc](https://github.com/securego/gosec) - Inspects source code for security problems by scanning the Go AST.
- [gosec](https://github.com/securego/gosec) - Inspects source code for security problems by scanning the Go AST.

Disabled by default (enable with `--enable=<linter>`):

Expand Down

0 comments on commit 96fc443

Please sign in to comment.