From 69b81d319d512ac07a3cd1c25c46802b2c2a934a Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Mon, 4 Aug 2025 10:42:36 -0400 Subject: [PATCH] allow more complication --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 5f1095a..aa640d9 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -230,7 +230,7 @@ linters: # Checks the number of statements in a function. # If lower than 0, disable the check. # Default: 40 - statements: 60 + statements: 75 gochecksumtype: # Presence of `default` case in switch statements satisfies exhaustiveness, if all members are not listed.