Djarvur / go-err113Links
Golang linter to check the errors handling expressions
☆61Updated 3 months ago
Alternatives and similar repositories for go-err113
Users that are interested in go-err113 are comparing it to the libraries listed below
Sorting:
- Check that no globals are present in Go code.☆123Updated 7 months ago
- Checks for a new line before return and branch statements.☆27Updated last year
- ☆54Updated last year
- Go linter that checks if package imports are in a list of acceptable packages.☆186Updated 9 months ago
- The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`.☆26Updated 3 weeks ago
- 🚔 Enforce field tags in (un)marshaled structs☆39Updated last week
- A linter to ensure that slices are not initialized with non-zero length☆78Updated 2 months ago
- Golang linter that encourages you to use a separate _test package☆51Updated 2 weeks ago
- Accept Interfaces, Return Concrete Types☆78Updated last week
- Go linter to detect erroneous multiplication of duration values