Skip to content

Instantly share code, notes, and snippets.

@ammario
Last active December 11, 2018 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ammario/e41f97980178536d9afdb99929546624 to your computer and use it in GitHub Desktop.
Save ammario/e41f97980178536d9afdb99929546624 to your computer and use it in GitHub Desktop.
gometalinter goland instructions

Use this File Watcher configuration for gometalinter errors to appear as squiggles in your IDE.

Arguments

--vendor --fast --enable-gc --tests --aggregate --disable=gotype $FileDir$ --format="{{.Path}}:{{.Line}}: {{.Message}}"

Output filters

$FILE_PATH$:$LINE$:$MESSAGE$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment