go-lang-plugin-org / go-lang-idea-plugin

Google Go language IDE built using the IntelliJ Platform
https://plugins.jetbrains.com/plugin/5047
Other
4.56k stars 571 forks source link

Uncheck errors inspections #2081

Open zolotov opened 8 years ago

zolotov commented 8 years ago

Related to https://github.com/kisielk/errcheck

  1. Add assignment error to blank identifier inspection
  2. Add ignored error inspection

Test data from: https://github.com/kisielk/errcheck/tree/master/testdata

dlsniper commented 8 years ago

Not sure what you mean about 2., the ignored error part, but for 1. I think we already have the issue in place: https://github.com/go-lang-plugin-org/go-lang-idea-plugin/issues/1692

zolotov commented 8 years ago

No, #1692 is about 2. Follow the link to know what I mean about assignment to blank inspection