File: .golangci.yml

package info (click to toggle)
golang-github-containerd-go-runc 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
linters:
  enable:
    - gofmt
    - goimports
    - ineffassign
    - misspell
    - revive
    - staticcheck
    - unconvert
    - unused
    - vet
  disable:
    - errcheck

issues:
  include:
    - EXC0002

run:
  timeout: 2m