aboutsummaryrefslogtreecommitdiff
path: root/.golangci.yaml
blob: c61802009ef5da467c57f8943469ce6bfee150c3 (plain)
1
2
3
4
5
6
7
8
9
10
run:
  tests: false

severity:
  default-severity: error
  rules:
    - severity: warning
      linters:
      - errcheck # for now, make errcheck only a warning, TODO: remove it later
      - deadcode