Eagolint is a go linter that keeps your comments punctuated and double-space free.
A go linter that checks for comments with missing punctuation and double spaces.
Usage:
eagolint [flags] [path ...]
Flags:
-e, --exclude string Exclude lines that match this regex
--files Read file names from stdin
-g, --go-only Only check .go files
-h, --help help for eagolint
-s, --skip-list strings List of directories to skip
-t, --skip-tests Skip _test.go files
--vendor Check files in vendor directory
This project is under the MIT license. See LICENSE for more information.