Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ullaakut/eagolint
The golang linter for keeping comments punctuated and double-space free. :eagle:
https://github.com/ullaakut/eagolint
codestyle go golang golint lint linter
Last synced: 3 months ago
JSON representation
The golang linter for keeping comments punctuated and double-space free. :eagle:
- Host: GitHub
- URL: https://github.com/ullaakut/eagolint
- Owner: Ullaakut
- License: mit
- Created: 2020-01-27T11:43:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T13:59:50.000Z (over 4 years ago)
- Last Synced: 2024-05-01T14:53:16.188Z (9 months ago)
- Topics: codestyle, go, golang, golint, lint, linter
- Language: Go
- Homepage:
- Size: 278 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eagolint
Eagolint is a go linter that keeps your comments punctuated and double-space free.
## Usage
```text
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](LICENSE) for more information.