项目作者: Ullaakut

项目描述 :
The golang linter for keeping comments punctuated and double-space free. :eagle:
高级语言: Go
项目地址: git://github.com/Ullaakut/eagolint.git
创建时间: 2020-01-27T11:43:03Z
项目社区:https://github.com/Ullaakut/eagolint

开源协议:MIT License

下载


Eagolint













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

Usage

  1. A go linter that checks for comments with missing punctuation and double spaces.
  2. Usage:
  3. eagolint [flags] [path ...]
  4. Flags:
  5. -e, --exclude string Exclude lines that match this regex
  6. --files Read file names from stdin
  7. -g, --go-only Only check .go files
  8. -h, --help help for eagolint
  9. -s, --skip-list strings List of directories to skip
  10. -t, --skip-tests Skip _test.go files
  11. --vendor Check files in vendor directory

License

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