Skip to content

Commit 11fcdd9

Browse files
committed
fix: set value to correct place (alphabetically)
1 parent 68ce706 commit 11fcdd9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.golangci.example.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,6 @@ linters-settings:
158158
# Exclude godoc examples from forbidigo checks. Default is true.
159159
exclude_godoc_examples: false
160160

161-
nlreturn:
162-
# size of the block (including return statement that are still "OK")
163-
# so no return split required.
164-
block-size: 1
165-
166161
funlen:
167162
lines: 60
168163
statements: 40
@@ -511,6 +506,11 @@ linters-settings:
511506
- map
512507
- chan
513508

509+
nlreturn:
510+
# size of the block (including return statement that is still "OK")
511+
# so no return split required.
512+
block-size: 1
513+
514514
nolintlint:
515515
# Enable to ensure that nolint directives are all used. Default is true.
516516
allow-unused: false

0 commit comments

Comments
 (0)