File: .golangci.yml

package info (click to toggle)
golang-github-apptainer-container-library-client 1.4.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: makefile: 5
file content (34 lines) | stat: -rw-r--r-- 519 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
linters:
  disable-all: true
  enable:
    - bidichk
    - bodyclose
    - containedctx
    - contextcheck
    - decorder
    - dogsled
    - errcheck
    - errchkjson
    - gochecknoinits
#   - goconst
    - gocritic
    - gocyclo
    - err113
    - gofumpt
    - goimports
    - goprintffuncname
    - gosimple
    - govet
    - grouper
    - ineffassign
    - ireturn
    - maintidx
    - misspell
    - nakedret
    - prealloc
    - revive
    - staticcheck
    - stylecheck
    - tenv
    - typecheck
    - unused