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.57k stars 571 forks source link

False positive annotation: Non-integer size argument to make #2196

Closed ignatov closed 8 years ago

ignatov commented 8 years ago
var (
    bgwork = make(chan func(), 1e5)
)
uvwild commented 6 years ago

still happeing in 2018.1 EAP in an example file: https://github.com/manuelkiessling/go-cleanarchitecture/blob/96a022b6127638236963ed8f00acc499300a7b70/src/usecases/usecases.go

i disabled all inspections... its still there.... very frustrating.... when I cannot disable false positives the inspections become a bit useless....

dlsniper commented 6 years ago

@uvwild I don't understand how this comment is related to the issue here. Furthermore, if you have any issues with GoLand, please open the issue here: https://youtrack.jetbrains.com/issues/Go Thank you