File: .golangci.yml

package info (click to toggle)
golang-github-tinylib-msgp 1.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 836 kB
  • sloc: makefile: 47
file content (9 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
4
5
6
7
8
9
linters:
  disable:
    - errcheck

linters-settings:
  staticcheck:
    checks:
      - all
      - '-SA1019' # We use the ast package.