Skip to content

Commit

Permalink
linter config: reformat the lists (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoffatt committed Jan 6, 2024
1 parent c5ef6f1 commit cce0845
Showing 1 changed file with 50 additions and 2 deletions.
52 changes: 50 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,53 @@ run:
linters-settings:
stylecheck:
go: "1.20"
checks: ["all"]
initialisms: ["AWS", "ARN", "IAM", "MQTT", "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", "SIP", "RTP", "AMQP", "DB", "TS", "VPC"]
checks:
- "all"
initialisms:
- "ACL"
- "AMQP"
- "API"
- "ARN"
- "ASCII"
- "AWS"
- "CPU"
- "CSS"
- "DB"
- "DNS"
- "EOF"
- "GID"
- "GUID"
- "HTML"
- "HTTP"
- "HTTPS"
- "IAM"
- "ID"
- "IP"
- "JSON"
- "MQTT"
- "QPS"
- "RAM"
- "RPC"
- "RTP"
- "SIP"
- "SLA"
- "SMTP"
- "SQL"
- "SSH"
- "TCP"
- "TLS"
- "TS"
- "TTL"
- "UDP"
- "UI"
- "UID"
- "URI"
- "URL"
- "UTF8"
- "UUID"
- "VM"
- "VPC"
- "XML"
- "XMPP"
- "XSRF"
- "XSS"

0 comments on commit cce0845

Please sign in to comment.