Skip to content

Commit 9c2c911

Browse files
authored
Merge pull request #19 from creachadair/alles-klar-herr-dokumentar
Clarify which checks are enabled.
2 parents c63531d + ce6b85b commit 9c2c911

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
# [![Build Status](https://travis-ci.org/src-d/lookout-gometalint-analyzer.svg)](https://travis-ci.org/src-d/lookout-gometalint-analyzer) lookout analyzer: gometalint
22

3-
A [lookout](https://github.com/src-d/lookout/) analyzer implementation that uses [gometalinter](https://github.com/alecthomas/gometalinter).
4-
5-
It only applies 6 checks from gometalinter that are file-level, and skips dir and package level ones.
6-
7-
_Disclamer: this is not official product, but only serves the purpose of testing the lookout._
8-
3+
A [lookout](https://github.com/src-d/lookout/) analyzer implementation that
4+
uses [gometalinter](https://github.com/alecthomas/gometalinter).
5+
6+
**Disclaimer:** This is not an official product, but can be used to verify that
7+
your lookout installation is working.
8+
9+
This analyzer only enables the gometalinter checks that are file-level, and
10+
skips directory- and package-level checks. The currently-enabled linters are
11+
(from [gometalint.go](gometalint.go)):
12+
13+
* `gofmt`
14+
* http://godoc.org/github.com/client9/misspell/cmd/misspell
15+
* http://godoc.org/github.com/mibk/dupl
16+
* http://godoc.org/github.com/securego/gosec/cmd/gosec
17+
* http://godoc.org/github.com/walle/lll/cmd/lll
18+
* http://godoc.org/golang.org/x/tools/cmd/goimports
919

1020
# Build
1121

0 commit comments

Comments
 (0)