From 38b1cf53d81d71a6dd74be0889040ce804fabb2d Mon Sep 17 00:00:00 2001 From: Aneurin Barker Snook Date: Thu, 18 Jul 2024 08:36:08 +0100 Subject: [PATCH] remove unnecessary staticcheck.conf --- staticcheck.conf | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 staticcheck.conf diff --git a/staticcheck.conf b/staticcheck.conf deleted file mode 100644 index 5179425..0000000 --- a/staticcheck.conf +++ /dev/null @@ -1,2 +0,0 @@ -# Similar to https://staticcheck.dev/docs/configuration/options/#checks -checks = ["all", "-ST1000", "-ST1003", "-ST1016", "-SA1012"]