sluongng / nogo-analyzer

A collection of common static analyzers (linters) that can be used with Bazel's rules_go
Apache License 2.0
31 stars 10 forks source link

Fix inconsistency #13

Closed heartless-clown closed 2 years ago

heartless-clown commented 2 years ago
  1. STATICHECK_ANALYZERS already a list, no need to wrap it again.
  2. Without strip_prefix your repo is unusable.
  3. ".user.bazelrc" should be included in repo or excluded from BUILD file.
sluongng commented 2 years ago

Thanks for these fixes 🙏 A small change needed still before merging