From db54e40d835e26e4c74d39b0ec35e5df12044e7d Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Wed, 1 Mar 2023 11:11:52 +0100 Subject: [PATCH] add staticcheck.conf --- staticcheck.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 staticcheck.conf diff --git a/staticcheck.conf b/staticcheck.conf new file mode 100644 index 0000000..219a9ed --- /dev/null +++ b/staticcheck.conf @@ -0,0 +1,10 @@ +checks = ["all", "-ST1005", "-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"] +dot_import_whitelist = [] +http_status_code_whitelist = ["200", "400", "404", "500"] \ No newline at end of file