Add CSV abbreviation to stylecheck.
This commit is contained in:
parent
e5710699ac
commit
b509edc511
1 changed files with 7 additions and 0 deletions
|
@ -43,6 +43,13 @@ linters-settings:
|
|||
stylecheck:
|
||||
# https://staticcheck.io/docs/options#checks
|
||||
checks: ["all", "-ST1018"]
|
||||
# https://staticcheck.io/docs/options#initialisms
|
||||
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", "CSV",
|
||||
]
|
||||
|
||||
|
||||
linters:
|
||||
disable-all: true
|
||||
|
|
Loading…
Reference in a new issue