Skip to content

Commit dd0ce01

Browse files
committed
revert changes
1 parent 5ad72af commit dd0ce01

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.golangci.reference.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,15 +2289,6 @@ linters-settings:
22892289
# Default: true
22902290
begin: false
22912291

2292-
ttempdir:
2293-
# The option `all` will run against whole test files (`_test.go`) regardless of method/function signatures.
2294-
# Otherwise, only methods that take `*testing.T`, `*testing.B`, and `testing.TB` as arguments are checked.
2295-
# Default: false
2296-
all: false
2297-
# The option `max-recursion-level` is uses to analyze function calls in recursion.
2298-
# Default: 5
2299-
max-recursion-level: 5
2300-
23012292
usestdlibvars:
23022293
# Suggest the use of http.MethodXX.
23032294
# Default: true
@@ -2641,7 +2632,6 @@ linters:
26412632
- testpackage
26422633
- thelper
26432634
- tparallel
2644-
- ttempdir
26452635
- typecheck
26462636
- unconvert
26472637
- unparam
@@ -2757,7 +2747,6 @@ linters:
27572747
- testpackage
27582748
- thelper
27592749
- tparallel
2760-
- ttempdir
27612750
- typecheck
27622751
- unconvert
27632752
- unparam

0 commit comments

Comments
 (0)