aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/.golangci.yml
blob: d20322380e32dc9c7b3457d2c68bfe4c226bb0a0 (plain)
1
2
3
4
5
6
linters:
  enable:
    - gofmt
    - goimports
    - revive
    - stylecheck