⚙️ Update Go version and linter exclusions for test files.

This commit is contained in:
Dan Jones 2025-11-13 14:26:49 -06:00
commit ba39b2d486
3 changed files with 9 additions and 2 deletions

View file

@ -37,3 +37,10 @@ linters:
settings:
hugeParam:
sizeThreshold: 255
exclusions:
rules:
- path: _test\.go
linters:
- err113
- gocyclo
- gocognit

View file

@ -12,7 +12,7 @@ This document outlines the conventions and commands for agents operating within
## Code Style Guidelines
- **Module**: `codeberg.org/danjones000/waiterr`
- **Go version**: 1.24.9
- **Go version**: 1.25.3
- **Imports:** Group standard library imports separately from third-party imports.
- **Formatting:** Adhere to `go fmt` standards.
- **Naming Conventions:**

2
go.mod
View file

@ -1,5 +1,5 @@
module codeberg.org/danjones000/waiterr
go 1.24.9
go 1.25.3
require github.com/nalgeon/be v0.3.0