Skip to content

Commit 7456d52

Browse files
committed
Disable usetesting linter
The linter fails with several warnings from new Go 1.24 functions. Due to the amount of changed lines, it will be better to address them in several follow-up pull requests. > 146 files changed, 1157 insertions(+), 1212 deletions(-) Signed-off-by: Ivan Valdes <[email protected]>
1 parent 31650ab commit 7456d52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/.golangci.yaml

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

0 commit comments

Comments
 (0)