Skip to content

Commit ce0e1a9

Browse files
committed
fix: set value to correct place (alphabeticaly)
1 parent 4f5e03d commit ce0e1a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.golangci.example.yml

Lines changed: 5 additions & 5 deletions
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
@@ -181,6 +176,11 @@ linters-settings:
181176
# minimal complexity of if statements to report, 5 by default
182177
min-complexity: 4
183178

179+
nlreturn:
180+
# size of the block (including return statement that is still "OK")
181+
# so no return split required.
182+
block-size: 1
183+
184184
goconst:
185185
# minimal length of string constant, 3 by default
186186
min-len: 3

0 commit comments

Comments
 (0)