From 61463e305fc23e1246e17b54db2b8daec3220ad4 Mon Sep 17 00:00:00 2001 From: golangci <35628013+golangci@users.noreply.github.com> Date: Sun, 27 May 2018 17:59:24 +0300 Subject: [PATCH] Add information about Emacs integration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dbdea6a1..31cf6767 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,7 @@ Please create [GitHub Issues here](https://github.com/golangci/golangci-lint/iss # IDE integrations 1. VS Code - [pull request](https://github.com/Microsoft/vscode-go/pull/1693) (thanks to [pdf](https://github.com/pdf)) 2. vim-go - [issue](https://github.com/fatih/vim-go/issues/1841) +3. GNU Emacs - [flycheck checker](https://github.com/weijiangan/flycheck-golangci-lint) # Internals The key difference with gometalinter is that golangci-lint shares work between specific linters (golint, govet, ...).