.golangci.yaml 240 B

12345678910111213141516
  1. linters:
  2. disable-all: true
  3. enable:
  4. - gofumpt
  5. - govet
  6. - gci
  7. - staticcheck
  8. linters-settings:
  9. gci:
  10. sections:
  11. - standard
  12. - prefix(github.com/metacubex/mihomo)
  13. - default
  14. staticcheck:
  15. go: '1.19'