Skip to content

Commit

Permalink
golangci-lint: drop configs that are not longer available
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Apr 29, 2024
1 parent 9365290 commit ace4bb4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .golangci.yml
Expand Up @@ -43,17 +43,10 @@ issues:
text: 'use of `os\.(SyscallError|Signal|Interrupt)` forbidden'

linters-settings:
nolintlint:
# Disable to ensure that nolint directives don't have a leading space. Default is true.
allow-leading-space: false
exhaustive:
default-signifies-exhaustive: true
govet:
shadow: true
cyclop:
max-complexity: 25
maligned:
suggest-new: true
dupl:
threshold: 150
goconst:
Expand Down

0 comments on commit ace4bb4

Please sign in to comment.