Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

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.