⚙️ Update Go version and linter exclusions for test files.
This commit is contained in:
parent
635126fc98
commit
ba39b2d486
3 changed files with 9 additions and 2 deletions
|
|
@ -37,3 +37,10 @@ linters:
|
||||||
settings:
|
settings:
|
||||||
hugeParam:
|
hugeParam:
|
||||||
sizeThreshold: 255
|
sizeThreshold: 255
|
||||||
|
exclusions:
|
||||||
|
rules:
|
||||||
|
- path: _test\.go
|
||||||
|
linters:
|
||||||
|
- err113
|
||||||
|
- gocyclo
|
||||||
|
- gocognit
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ This document outlines the conventions and commands for agents operating within
|
||||||
## Code Style Guidelines
|
## Code Style Guidelines
|
||||||
|
|
||||||
- **Module**: `codeberg.org/danjones000/waiterr`
|
- **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.
|
- **Imports:** Group standard library imports separately from third-party imports.
|
||||||
- **Formatting:** Adhere to `go fmt` standards.
|
- **Formatting:** Adhere to `go fmt` standards.
|
||||||
- **Naming Conventions:**
|
- **Naming Conventions:**
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -1,5 +1,5 @@
|
||||||
module codeberg.org/danjones000/waiterr
|
module codeberg.org/danjones000/waiterr
|
||||||
|
|
||||||
go 1.24.9
|
go 1.25.3
|
||||||
|
|
||||||
require github.com/nalgeon/be v0.3.0
|
require github.com/nalgeon/be v0.3.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue