您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.golangci.yml 158B

123456789
  1. run:
  2. timeout: 3m
  3. issues:
  4. exclude-rules:
  5. # Exclude some linters from running on tests files.
  6. - path: _test\.go
  7. linters:
  8. - errcheck