github.com/igoogolx/clash@v1.19.8/.golangci.yaml (about)

     1  linters:
     2    disable-all: true
     3    enable:
     4      - gci
     5      - gofumpt
     6      - gosimple
     7      - govet
     8      - ineffassign
     9      - misspell
    10      - staticcheck
    11      - unconvert
    12      - unused
    13      - usestdlibvars
    14      - exhaustive
    15  
    16  linters-settings:
    17    gci:
    18      custom-order: true
    19      sections:
    20        - standard
    21        - prefix(github.com/Dreamacro/clash)
    22        - default
    23    staticcheck:
    24      go: '1.21'
    25    exhaustive:
    26      default-signifies-exhaustive: true