up3
Build and deploy / Build (push) Has been cancelled
Build and deploy / Update Contributors (push) Has been cancelled
Build and deploy / Deploy (push) Has been cancelled
Build and deploy / Build (push) Has been cancelled
Build and deploy / Update Contributors (push) Has been cancelled
Build and deploy / Deploy (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
version: "2"
|
||||
|
||||
linters:
|
||||
default: none
|
||||
enable: [govet, staticcheck, ineffassign, gocritic]
|
||||
settings:
|
||||
staticcheck:
|
||||
checks: [all, -ST1000, -ST1003, -ST1016]
|
||||
initialisms: [
|
||||
ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID,
|
||||
IP, JSON, QPS, RAM, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP,
|
||||
UI, GID, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS, XUID,
|
||||
]
|
||||
dot-import-whitelist: []
|
||||
http-status-code-whitelist: ["200", "400", "404", "500"]
|
||||
|
||||
formatters:
|
||||
enable: [gofmt]
|
||||
settings:
|
||||
gofmt:
|
||||
simplify: false
|
||||
Reference in New Issue
Block a user