From c778ddea437a88a25389222328d48e367395219f Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Wed, 3 Dec 2025 11:42:47 -0600 Subject: [PATCH] fix verify --- .golangci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index 66f74b94..7dd564c4 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -17,11 +17,11 @@ linters: - third_party$ - builtin$ - examples$ -settings: - wsl_v5: - allow-first-in-block: true - allow-whole-block: false - branch-max-lines: 2 + settings: + wsl_v5: + allow-first-in-block: true + allow-whole-block: false + branch-max-lines: 2 issues: max-issues-per-linter: 0 max-same-issues: 0