From 844c1829604bef0d4e20725a7df28ca8e29a6fda Mon Sep 17 00:00:00 2001 From: Evan Wallace Date: Thu, 2 May 2024 23:57:12 -0400 Subject: [PATCH] disable the go linter that comes with vscode --- staticcheck.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 staticcheck.conf diff --git a/staticcheck.conf b/staticcheck.conf new file mode 100644 index 00000000000..f322d62b2cd --- /dev/null +++ b/staticcheck.conf @@ -0,0 +1,5 @@ +# I'm disabling this Go linter that they forced on everyone who uses VSCode's +# Go support. The lints are annoying, distracting, and largely useless or +# worse. Following the lints sometimes even harms code readability, such as +# suggesting the removal of an important comment. +checks = []