linters:
  enable:
    - errcheck
    - errorlint
    - gocritic
    - gosec
    - gosimple
    - govet
    - gci
    - misspell
    - nonamedreturns
    - staticcheck
    - unconvert
    - unparam
    - unused
    - whitespace

linters-settings:
  gci:
    sections:
      - standard
      - default
      - prefix(antoine-roux.tk/projects/go)

run:
  timeout: 5m