File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,19 @@ make something configurable!
19
19
## Installation
20
20
21
21
``` sh
22
- go install github.com/bombsimon/wsl/v4/cmd...@master
22
+ # Latest release
23
+ go install github.com/bombsimon/wsl/v4/cmd/wsl
24
+
25
+ # Main branch
26
+ go install github.com/bombsimon/wsl/v4/cmd/wsl@master
23
27
```
24
28
25
29
## Usage
26
30
27
31
> ** Note** : This linter provides a fixer that can fix most issues with the
28
- ` --fix ` flag. However, currently ` golangci-lint ` [ does not support suggested
29
- fixes] ( https://github.com/golangci/golangci-lint/issues/1779 ) so the ` --fix `
30
- flag in ` golangci-lint ` will ** not** work.
32
+ > ` --fix ` flag. However, currently ` golangci-lint ` [ does not support suggested
33
+ > fixes] ( https://github.com/golangci/golangci-lint/issues/1779 ) so the ` --fix `
34
+ > flag in ` golangci-lint ` will ** not** work.
31
35
32
36
` wsl ` uses the [ analysis] ( https://pkg.go.dev/golang.org/x/tools/go/analysis )
33
37
package meaning it will operate on package level with the default analysis flags
You can’t perform that action at this time.
0 commit comments