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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -119,14 +119,14 @@ linters:
119
119
- rowserrcheck # checks whether Err of rows is checked successfully [fast: false, auto-fix: false]
120
120
- staticcheck # (megacheck) It's a set of rules from staticcheck. It's not the same thing as the staticcheck binary. The author of staticcheck doesn't support or approve the use of staticcheck as a library inside golangci-lint. [fast: false, auto-fix: false]
121
121
- stylecheck # Stylecheck is a replacement for golint [fast: false, auto-fix: false]
122
+
- tenv # tenv is analyzer that detects using os.Setenv instead of t.Setenv since Go1.17 [fast: false, auto-fix: false]
122
123
- testableexamples # linter checks if examples are testable (have an expected output)
0 commit comments