File: .golangci.yaml

package info (click to toggle)
golang-github-go-logr-zapr 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: sh: 87; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 266 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
issues:
  exclude-use-default: false

linters:
  disable-all: true
  enable:
  - asciicheck
  - errcheck
  - forcetypeassert
  - gocritic
  - gofmt
  - goimports
  - gosimple
  - govet
  - ineffassign
  - misspell
  - revive
  - staticcheck
  - typecheck
  - unused