You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ gosimple: Linter for Go source code that specializes in simplifying a code [fast
192
192
govet (vet, vetshadow): Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string [fast: false, auto-fix: false]
193
193
ineffassign: Detects when assignments to existing variables are not used [fast: true, auto-fix: false]
194
194
staticcheck: Staticcheck is a go vet on steroids, applying a ton of static analysis checks [fast: false, auto-fix: false]
195
-
structcheck: Finds an unused struct fields [fast: true, auto-fix: false]
typecheck: Like the front-end of a Go compiler, parses and type-checks Go code [fast: true, auto-fix: false]
197
197
unused: Checks Go code for unused constants, variables, functions and types [fast: false, auto-fix: false]
198
198
varcheck: Finds unused global variables and constants [fast: true, auto-fix: false]
@@ -409,7 +409,7 @@ golangci-lint help linters
409
409
- [staticcheck](https://staticcheck.io/) - Staticcheck is a go vet on steroids, applying a ton of static analysis checks
410
410
- [unused](https://github.com/dominikh/go-tools/tree/master/cmd/unused) - Checks Go code for unused constants, variables, functions and types
411
411
- [gosimple](https://github.com/dominikh/go-tools/tree/master/cmd/gosimple) - Linter for Go source code that specializes in simplifying a code
412
-
- [structcheck](https://github.com/opennota/check) - Finds an unused struct fields
0 commit comments