flymake-golangci

Homepage: https://gitlab.com/shackra/flymake-golangci

Author: Jorge Javier Araya Navarro

Updated:

Summary

A flymake handler for go-mode files using Golang CI lint

Commentary

Usage:
  (require 'flymake-golanci)
  (add-hook 'go-mode-hook 'flymake-golangci-load)

Uses flymake-easy, from https://github.com/purcell/flymake-easy

Dependencies