github.com/MerlinKodo/sing-shadowsocks2@v0.1.6/.golangci.yml (about)

     1  linters:
     2    disable-all: true
     3    enable:
     4      - gofumpt
     5      - govet
     6      - gci
     7      - staticcheck
     8  
     9  linters-settings:
    10    gci:
    11      custom-order: true
    12      sections:
    13        - standard
    14        - prefix(github.com/sagernet/)
    15        - default
    16    staticcheck:
    17      go: '1.20'