mirror of
https://github.com/karust/openserp.git
synced 2026-08-05 08:50:23 +08:00
21 lines
289 B
YAML
21 lines
289 B
YAML
run:
|
|
tests: true
|
|
timeout: 5m
|
|
go: "1.24"
|
|
|
|
# Pinned set so CI and local runs agree
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- govet
|
|
- staticcheck
|
|
- gosimple
|
|
- errcheck
|
|
- ineffassign
|
|
- unused
|
|
- misspell
|
|
|
|
issues:
|
|
max-issues-per-linter: 0
|
|
max-same-issues: 0
|