Browse Source

lint: remove lll check (#7346) (#7357)

(cherry picked from commit 502f92bb97)

Co-authored-by: Sam Kleinman <garen@tychoish.com>
pull/7361/head
mergify[bot] 3 years ago
committed by GitHub
parent
commit
44c8b410f7
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