GoClipse / goclipse

Eclipse IDE for the Go programming language:
http://goclipse.github.io/
Eclipse Public License 1.0
841 stars 290 forks source link

lint on specific file #255

Open matthieu-vergne opened 6 years ago

matthieu-vergne commented 6 years ago

Hi,

I thought that enabling a build target for auto-check applied it on the saved file only, but it seems to apply it on the whole project. At least, the lint target keep processing the whole project, which is rather heavy. Is there a way to be file-specific?