Skip to content

The golang linter for keeping comments punctuated and double-space free. 🦅

License

Notifications You must be signed in to change notification settings

Ullaakut/eagolint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eagolint

Eagolint is a go linter that keeps your comments punctuated and double-space free.

Usage

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

License

This project is under the MIT license. See LICENSE for more information.

About

The golang linter for keeping comments punctuated and double-space free. 🦅

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages