From f5779c283c483348f7b5b8ffd63517833eee4e0d Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Mon, 23 Jun 2025 23:10:05 -0400 Subject: [PATCH] Add staticcheck configuration --- staticcheck.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 staticcheck.conf diff --git a/staticcheck.conf b/staticcheck.conf new file mode 100644 index 0000000..64f693e --- /dev/null +++ b/staticcheck.conf @@ -0,0 +1 @@ +checks = ["inherit", "-ST1005", "-S1002"]