审查视图

vendor/github.com/gavv/httpexpect/.golangci.yml 103 字节
tangxvhui authored
1 2 3 4 5 6 7 8 9
linters-settings:
  lll:
    line-length: 90

linters:
  enable:
    - golint
    - lll
    - misspell