Sam Kleinman
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
4 deletions
-
.golangci.yml
|
|
@ -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: |
|
|
|