github.com/apernet/sing-tun@v0.2.6-0.20240323130332-b9f6511036ad/.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  #    sections:
    12  #      - standard
    13  #      - prefix(github.com/sagernet/sing)
    14  #      - default
    15    staticcheck:
    16      go: '1.19'