File: .golangci.yml

package info (click to toggle)
golang-github-sourcegraph-conc 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 158 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
linters:
  disable-all: true
  enable:
    - errcheck
    - godot
    - gosimple
    - govet
    - ineffassign
    - staticcheck
    - typecheck
    - unused