We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87178fd commit b937356Copy full SHA for b937356
README.md
@@ -49,6 +49,8 @@ After that, you can create `go-critic` binary by running:
49
lintpack build -o gocritic -linter.name='gocritic' github.com/go-critic/go-critic/checkers
50
```
51
52
+> Windows note: `lintpack build` might emit a warning. See https://github.com/go-critic/go-critic/issues/760.
53
+
54
## Usage
55
56
Be sure `gocritic` executable is under your `$PATH`.
0 commit comments