File: .golangci.yaml

package info (click to toggle)
golang-github-transparency-dev-formats 0.0~git20250403.313b830-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: sh: 124; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: "2"
linters:
  settings:
    depguard:
      rules:
        main:
          deny:
            - pkg: golang.org/x/net/context
            - pkg: github.com/gogo/protobuf/proto
    gocyclo:
      min-complexity: 25
  exclusions:
    generated: lax
formatters:
  exclusions:
    generated: lax