golangci-lint/.github/ISSUE_TEMPLATE.md
Denis Isaev ccac35a87e Fix false positives with unused identifiers
Issue #265: don't report unused warning when an identifier is
used only in tests.
2018-11-05 14:11:14 +03:00

315 B

Thank you for creating the issue!

Please include the following information:

  1. Version of golangci-lint: golangci-lint --version (or git commit if you don't use binary distribution)
  2. Config file: cat .golangci.yml
  3. Go environment: go version && go env
  4. Verbose output of running: golangci-lint run -v