From 2327f93098b4278c93055a96224ae82cef60b083 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sun, 15 Feb 2026 13:48:34 -0800 Subject: Backend: Fix linting issues, improve error handling, and replace magic numbers --- .golangci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.golangci.yml') diff --git a/.golangci.yml b/.golangci.yml index 0837e25..e8e8364 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -19,8 +19,7 @@ issues: max-issues-per-linter: 0 max-same-issues: 0 exclude-rules: - - path: _test\.go + - path: .*_test\.go linters: - errcheck - - staticcheck -- cgit v1.2.3