sigs.k8s.io/azuredisk-csi-driver@v1.30.1/.golangci.yml (about)

     1  run:
     2    deadline: 30m
     3  
     4  linters:
     5    disable:
     6    - typecheck
     7    - structcheck
     8    - staticcheck
     9    enable:
    10    - gofmt
    11    - unused
    12    - ineffassign
    13    - revive
    14    - misspell
    15    - exportloopref
    16    - asciicheck
    17    - bodyclose
    18    - depguard
    19    - dogsled
    20    - durationcheck
    21    - errname
    22    - forbidigo
    23  linters-settings:
    24    depguard:
    25      rules:
    26        main:
    27          files:
    28            - $all
    29            - "!$test"
    30          allow:
    31            - $gostd
    32            - k8s.io
    33            - sigs.k8s.io
    34            - github.com