mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-02 04:50:49 +00:00
+10
-13
@@ -3,20 +3,17 @@ run:
|
|||||||
|
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
enable-all: false
|
|
||||||
disable-all: true
|
disable-all: true
|
||||||
enable:
|
enable:
|
||||||
- govet
|
|
||||||
- golint
|
|
||||||
- gofmt
|
|
||||||
- deadcode
|
- deadcode
|
||||||
- goimports
|
|
||||||
- misspell
|
|
||||||
- ineffassign
|
|
||||||
- staticcheck
|
|
||||||
- varcheck
|
|
||||||
- structcheck
|
|
||||||
- maligned
|
|
||||||
- vetshadow
|
|
||||||
- goconst
|
- goconst
|
||||||
- interfacer
|
- gofmt
|
||||||
|
- goimports
|
||||||
|
- govet
|
||||||
|
- ineffassign
|
||||||
|
- misspell
|
||||||
|
- revive
|
||||||
|
- staticcheck
|
||||||
|
- structcheck
|
||||||
|
- varcheck
|
||||||
|
- vetshadow
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ package pgp
|
|||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"crypto"
|
"crypto"
|
||||||
"crypto/dsa"
|
"crypto/dsa" //nolint:staticcheck
|
||||||
"crypto/ecdsa"
|
"crypto/ecdsa"
|
||||||
"crypto/rsa"
|
"crypto/rsa"
|
||||||
"hash"
|
"hash"
|
||||||
|
|||||||
Reference in New Issue
Block a user