mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 21:32:11 +08:00
- updates current dependencies - setup golangci-lint job - activate caches in workflow - configure dependabot - fix golangci-lint errors Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-Authored-By: Matthieu MOREL <mmorel-35@users.noreply.github.com>
24 lines
359 B
YAML
24 lines
359 B
YAML
linters:
|
|
enable:
|
|
- gofmt
|
|
- misspell
|
|
- revive
|
|
issues:
|
|
exclude-rules:
|
|
- linters:
|
|
- deadcode
|
|
text: "`static` is unused"
|
|
- linters:
|
|
- structcheck
|
|
- unused
|
|
text: "`data` is unused"
|
|
- linters:
|
|
- staticcheck
|
|
text: "SA1019:"
|
|
- linters:
|
|
- revive
|
|
text: "var-naming:"
|
|
- linters:
|
|
- revive
|
|
text: "exported:"
|