diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-15 13:48:34 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-15 13:48:34 -0800 |
| commit | 2327f93098b4278c93055a96224ae82cef60b083 (patch) | |
| tree | 1a5e647bfa520c108dc7750e34332ad312572bdc /.golangci.yml | |
| parent | 4c570c223e944a148dc81a4e1ee25d6ab524ae64 (diff) | |
| download | neko-2327f93098b4278c93055a96224ae82cef60b083.tar.gz neko-2327f93098b4278c93055a96224ae82cef60b083.tar.bz2 neko-2327f93098b4278c93055a96224ae82cef60b083.zip | |
Backend: Fix linting issues, improve error handling, and replace magic numbers
Diffstat (limited to '.golangci.yml')
| -rw-r--r-- | .golangci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
