Skip to content

Commit ccb033d

Browse files
authored
chore: enable usetesting
1 parent 5122d43 commit ccb033d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: tools/.golangci.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ linters:
3535
- unparam
3636
- unused
3737
- usestdlibvars
38-
# Disabled in the meanwhile, it raises several issues with new Go 1.24 functions
39-
# - usetesting
38+
- usetesting
4039
- whitespace
4140
linters-settings: # please keep this alphabetized
4241
goimports:

0 commit comments

Comments
 (0)