From 978448bbf969790d3335fe690ff7297c15db4580 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 24 Sep 2024 17:53:46 -0500 Subject: [PATCH] Disable S1002 check for bool const comparison --- 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..3789070 --- /dev/null +++ b/staticcheck.conf @@ -0,0 +1 @@ +checks = ["all", "-S1002"] \ No newline at end of file