You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.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