File: .golangci.yml

package info (click to toggle)
golang-github-checkpoint-restore-checkpointctl 1.3.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 524 kB
  • sloc: ansic: 208; makefile: 172; sh: 40
file content (10 lines) | stat: -rw-r--r-- 120 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
---
run:
  concurrency: 6
  deadline: 5m
linters:
  enable:
    - errorlint
    - unconvert
    - gofumpt
    - unparam