Skip to content

Commit 05a27d1

Browse files
committed
add dexample with different values
1 parent dd0ce01 commit 05a27d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.next.reference.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2293,10 +2293,10 @@ linters-settings:
22932293
# The option `all` will run against whole test files (`_test.go`) regardless of method/function signatures.
22942294
# Otherwise, only methods that take `*testing.T`, `*testing.B`, and `testing.TB` as arguments are checked.
22952295
# Default: false
2296-
all: false
2296+
all: true
22972297
# The option `max-recursion-level` is uses to analyze function calls in recursion.
22982298
# Default: 5
2299-
max-recursion-level: 5
2299+
max-recursion-level: 10
23002300

23012301
usestdlibvars:
23022302
# Suggest the use of http.MethodXX.

0 commit comments

Comments
 (0)