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: .golangci.yml
+4-2
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ linters:
27
27
- gomoddirectives # Manage the use of 'replace', 'retract', and 'excludes' directives in go.mod. [fast: true, auto-fix: false]
28
28
- gomodguard # Allow and block list linter for direct Go module dependencies. This is different from depguard where there are different block types for example version constraints and module recommendations. [fast: true, auto-fix: false]
29
29
- goprintffuncname # Checks that printf-like functions are named with `f` at the end [fast: true, auto-fix: false]
- gosimple #(megacheck): Linter for Go source code that specializes in simplifying a code [fast: false, auto-fix: false]
31
32
- 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]
32
33
- grouper # An analyzer to analyze expression groups. [fast: true, auto-fix: false]
@@ -75,13 +76,11 @@ linters:
75
76
- goerr113 # Golang linter to check the errors handling expressions [fast: false, auto-fix: false]
0 commit comments