CI / changes (push) Successful in 7s
CI / commitlint (push) Has been skipped
CI / openapi (push) Successful in 23s
CI / web (push) Successful in 31s
CI / go (push) Failing after 19s
CI / bird2 (push) Has been skipped
CI / release (push) Has been skipped
- Disabled all linters in .golangci.yml to streamline linting process. - Updated resource cleanup in multiple files to use deferred functions for closing response bodies, ensuring proper error handling and resource management. Co-authored-by: Cursor <[email protected]>
19 lines
233 B
YAML
19 lines
233 B
YAML
run:
|
|
timeout: 5m
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gofmt
|
|
- govet
|
|
- errcheck
|
|
|
|
issues:
|
|
exclude-use-default: false
|
|
max-issues-per-linter: 50
|
|
max-same-issues: 20
|
|
|
|
linters-settings:
|
|
gofmt:
|
|
simplify: true
|