Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells committed Aug 11, 2015
1 parent a2bfb82 commit 8f3890b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flycheck.el
Expand Up @@ -6240,13 +6240,13 @@ See URL `http://golang.org/cmd/go/' and URL
:message (if have-vet "present" "missing")
:face (if have-vet 'success '(bold error)))))))

(flycheck-def-option-var flycheck-go-install-deps nil go
(flycheck-def-option-var flycheck-go-install-deps nil go-build
"Instruct go build to install dependencies `go build -i'."
:type 'boolean
:safe #'booleanp
:package-version '(flycheck . "0.24"))

(flycheck-def-option-var flycheck-go-build-tags nil go
(flycheck-def-option-var flycheck-go-build-tags nil go-build
"Instruct go build to apply build sentinels `go build -tags 'dev debug'."
:type '(repeat (string :tag "Tag"))
:safe #'flycheck-string-list-p
Expand Down

0 comments on commit 8f3890b

Please sign in to comment.