yujinakayama / atom-lint

Obsolete: Generic code linting support for Atom
https://atom.io/packages/atom-lint
MIT License
111 stars 33 forks source link

gc not honoring path from configuration #106

Open brosner opened 9 years ago

brosner commented 9 years ago

In an attempt to work around https://github.com/atom/atom-shell/issues/550 causing issues for atom-lint, I found that the Go plugin fails to honor the configuration path. In my configuration I have:

'gc':
  'path': '/usr/local/bin/go'

However, the getEnv function in the Go plugin doesn't use this path when it calls go env.