Skip to content

Commit 36ab064

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 8a7a5b4 commit 36ab064

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.golangci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ linters-settings:
110110
require-specific: true
111111
stylecheck:
112112
dot-import-whitelist:
113+
- github.com/majewsky/gg/option
113114
- github.com/onsi/ginkgo/v2
114115
- github.com/onsi/gomega
115116
usestdlibvars:
@@ -124,7 +125,6 @@ linters-settings:
124125
time-weekday: true
125126
tls-signature-scheme: true
126127
usetesting:
127-
os-setenv: true
128128
os-temp-dir: true
129129
whitespace:
130130
# Enforce newlines (or comments) after multi-line function signatures.
@@ -169,7 +169,6 @@ linters:
169169
- sqlclosecheck
170170
- staticcheck
171171
- stylecheck
172-
- tenv
173172
- typecheck
174173
- unconvert
175174
- unparam

0 commit comments

Comments
 (0)