File: .golangci.yml

package info (click to toggle)
golang-github-go-ping-ping 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: makefile: 33
file content (10 lines) | stat: -rw-r--r-- 139 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
---
issues:
  exclude-rules:
  - path: _test.go
    linters:
    - errcheck
linters-settings:
  staticcheck:
    checks:
      - "-SA1019"