Skip to content

Commit 5ad72af

Browse files
committed
update reference yml files
1 parent 96fc2dd commit 5ad72af

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.golangci.next.reference.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,6 +2289,15 @@ 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+
22922301
usestdlibvars:
22932302
# Suggest the use of http.MethodXX.
22942303
# Default: true
@@ -2632,6 +2641,7 @@ linters:
26322641
- testpackage
26332642
- thelper
26342643
- tparallel
2644+
- ttempdir
26352645
- typecheck
26362646
- unconvert
26372647
- unparam
@@ -2747,6 +2757,7 @@ linters:
27472757
- testpackage
27482758
- thelper
27492759
- tparallel
2760+
- ttempdir
27502761
- typecheck
27512762
- unconvert
27522763
- unparam

.golangci.reference.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2641,6 +2641,7 @@ linters:
26412641
- testpackage
26422642
- thelper
26432643
- tparallel
2644+
- ttempdir
26442645
- typecheck
26452646
- unconvert
26462647
- unparam
@@ -2756,6 +2757,7 @@ linters:
27562757
- testpackage
27572758
- thelper
27582759
- tparallel
2760+
- ttempdir
27592761
- typecheck
27602762
- unconvert
27612763
- unparam

0 commit comments

Comments
 (0)