Skip to content

Commit b870e4b

Browse files
committed
fixes
1 parent f0856dc commit b870e4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ output:
2222
linters:
2323
enable-all: true
2424
disable:
25-
- exportloopref # deprecated
25+
- tenv # deprecated
2626
- exhaustruct # TODO: reconsider
2727
- depguard # TODO: reconsider
2828
- funlen # TODO: reconsider

internal/httpx/mock_http_client_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/mock_daemon_config_option_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)