File: .golangci.yaml

package info (click to toggle)
golang-github-package-url-packageurl-go 0.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 192 kB
  • sloc: makefile: 13
file content (17 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# individual linter configs go here
linters-settings:

# default linters are enabled `golangci-lint help linters`
linters:
  disable-all: true
  enable:
    - deadcode
    - errcheck
    - gosimple
    - govet
    - ineffassign
    - staticcheck
    - structcheck
    - typecheck
    - unused
    - varcheck