Skip to content

Commit

Permalink
make linter requirements compatible with gofmt in 1.19 (#34857)
Browse files Browse the repository at this point in the history
  • Loading branch information
faec authored Mar 20, 2023
1 parent 0587bb0 commit 2e20b46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ linters-settings:
nolintlint:
# Enable to ensure that nolint directives are all used. Default is true.
allow-unused: false
# Disable to ensure that nolint directives don't have a leading space. Default is true.
allow-leading-space: false
# Exclude following linters from requiring an explanation. Default is [].
allow-no-explanation: []
# Enable to require an explanation of nonzero length after each nolint directive. Default is false.
Expand Down

0 comments on commit 2e20b46

Please sign in to comment.