Skip to content

Commit

Permalink
fix: set value to correct place (alphabetically)
Browse files Browse the repository at this point in the history
  • Loading branch information
butuzov committed Sep 17, 2021
1 parent 68ce706 commit 11fcdd9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .golangci.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,6 @@ linters-settings:
# Exclude godoc examples from forbidigo checks. Default is true.
exclude_godoc_examples: false

nlreturn:
# size of the block (including return statement that are still "OK")
# so no return split required.
block-size: 1

funlen:
lines: 60
statements: 40
Expand Down Expand Up @@ -511,6 +506,11 @@ linters-settings:
- map
- chan

nlreturn:
# size of the block (including return statement that is still "OK")
# so no return split required.
block-size: 1

nolintlint:
# Enable to ensure that nolint directives are all used. Default is true.
allow-unused: false
Expand Down

0 comments on commit 11fcdd9

Please sign in to comment.