el-get/recipes/go-lint.rcp
Doug MacEachern 4f3bfef850 Add go-errcheck and go-lint to exec-path
Allows both flymake (env PATH) and flycheck (exec-path) to find these programs.
2014-04-29 11:02:05 -07:00

10 lines
401 B
Plaintext

(:name go-lint
:description "lint for the Go source code"
:type go
:pkgname "github.com/golang/lint/golint"
:features golint
:load-path "src/github.com/golang/lint/misc/emacs"
:post-init (progn
(add-to-list 'exec-path (concat default-directory "bin"))
(el-get-envpath-prepend "PATH" (concat default-directory "bin"))))