File: .golangci.yml

package info (click to toggle)
golang-github-containers-image 5.34.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,184 kB
  • sloc: sh: 194; makefile: 83
file content (16 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
run:
  concurrency: 6
  timeout: 5m

linters:
  enable:
    - errorlint

linters-settings:
  errorlint:
    # See https://golangci-lint.run/usage/linters/#errorlint.
    # Only allow warnings about not using %w.
    errorf-multi: false
    asserts: false
    comparison: false