about summary refs log tree commit diff stats
path: root/.golangci.yaml
blob: e6c10963417d830dc73549f5e62518f9b1ac5573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
# yamllint disable-line rule:line-length
# yaml-language-server: $schema=https://golangci-lint.run/jsonschema/golangci.jsonschema.json
linters:
  fast: false
  enable:
    - gocritic
    - godox
    - gosec
    - grouper
    - lll
    - nilerr
    - nilnil
    - nlreturn
    - noctx
    - nosprintfhostport
    - paralleltest
    - prealloc
    - reassign
    - revive
    - sloglint
    - unconvert
    - wrapcheck