You've already forked openaccounting-server
forked from cybercinch/openaccounting-server
- Add GORM v1.25.12 with MySQL and SQLite drivers - Add Viper v1.19.0 for configuration management - Add UUID package for GORM model IDs - Update vendor directory with new dependencies - Update Go module requirements and checksums 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
24 lines
369 B
YAML
24 lines
369 B
YAML
run:
|
|
timeout: 5m
|
|
|
|
linters-settings:
|
|
gci:
|
|
sections:
|
|
- standard
|
|
- default
|
|
- prefix(github.com/go-viper/mapstructure)
|
|
golint:
|
|
min-confidence: 0
|
|
goimports:
|
|
local-prefixes: github.com/go-viper/maptstructure
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gci
|
|
- gofmt
|
|
- gofumpt
|
|
- goimports
|
|
- staticcheck
|
|
# - stylecheck
|