Browse Source

lint: remove lll check (#7346)

pull/7349/head
Sam Kleinman 2 years ago
committed by GitHub
parent
commit
502f92bb97
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      .golangci.yml

+ 1
- 4
.golangci.yml View File

@ -24,7 +24,7 @@ linters:
- govet
- ineffassign
# - interfacer
- lll
# - lll
# - maligned
- misspell
- nakedret
@ -46,9 +46,6 @@ issues:
- path: _test\.go
linters:
- gosec
- linters:
- lll
source: "https://"
max-same-issues: 50
linters-settings:


Loading…
Cancel
Save