ldez / gomoddirectivesLinks
A linter that handle directives into `go.mod`.
☆16Updated last week
Alternatives and similar repositories for gomoddirectives
Users that are interested in gomoddirectives are comparing it to the libraries listed below
Sorting:
- Checks for a new line before return and branch statements.☆27Updated last year
- linter to enforce consistent import aliases☆16Updated 11 months ago
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆36Updated last month
- Golang linter to check the errors handling expressions☆59Updated 2 months ago
- Analyzer: checks whether err of sql.Rows is checked.☆17Updated 2 years ago
- a slog handler for testing that code logs expected results☆23Updated last year
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆42Updated this week
- ☆43Updated last year
- Golang linter to use strconv☆42Updated 3 weeks ago
- 🚔 Enforce field tags in (un)marshaled structs☆39Updated last month
- Protobuf golang linter - use getters instead of fields.☆31Updated 2 months ago
- ☆21Updated last year
- The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`.☆26Updated 2 weeks ago
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆26Updated last year
- ☆18Updated 3 months ago
- Golang linter that encourages you to use a separate _test package☆51Updated last week
- Go linter to detect erroneous multiplication of duration values☆49Updated last month
- A linter that checks for duplicate words in the source code (usually miswritten)☆15Updated last week
- golang linter to detect named returns☆29Updated last week
- GoDoX extract speficic comments from Go code based on keywords☆18Updated 10 months ago
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- Linter checks that printf-like functions are named with `f` at the end.