Skip to content
  • Ævar Arnfjörð Bjarmason's avatar
    Lint: turn "errcheck" on by default · 6e7eea01
    Ævar Arnfjörð Bjarmason authored
    We can turn this on by default by being a bit more permissive about
    common cases in non-*_test.go files that should be OK not to check the
    return value of most of the time (e.g. os.Remove()), and then having a
    giant exclusions list for the rest.
    6e7eea01