A linter that handle directives into `go.mod`.
☆16Dec 4, 2025Updated 2 months ago
Alternatives and similar repositories for gomoddirectives
Users that are interested in gomoddirectives are comparing it to the libraries listed below
Sorting:
- Analyzer: checks whether err of sql.Rows is checked.☆18Oct 14, 2023Updated 2 years ago
- ☆21Jan 16, 2026Updated last month
- nilnesserr = nilness + nilerr☆10Apr 4, 2025Updated 10 months ago
- Protobuf golang linter - use getters instead of fields.☆33Feb 5, 2026Updated 3 weeks ago
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆28Jun 26, 2024Updated last year
- Go Linter 🧐 (available in golangci-lint) that checks the order of methods and constructors☆16Feb 16, 2026Updated 2 weeks ago
- linter to enforce consistent import aliases☆17Dec 26, 2024Updated 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`.☆26Feb 1, 2026Updated last month
- tenv detects environment variable not using t.Setenv☆24Jan 6, 2025Updated last year
- Linter checks that printf-like functions are named with `f` at the end.☆26Sep 2, 2025Updated 6 months ago
- Go Linter: finds wasted assignment statements 🗑☆39Feb 23, 2026Updated last week
- Go linter that checks for required fields in structs.☆32Feb 18, 2026Updated last week
- Linter that checks that comments end in a period☆48Oct 18, 2025Updated 4 months ago
- Analyzer: CommentMap utilities for static analysis in Go☆12Nov 15, 2024Updated last year
- A linter to ensure that slices are not initialized with non-zero length☆79Oct 25, 2025Updated 4 months ago
- Period is a type that represents ISO-8601 periods of time.☆16Feb 13, 2026Updated 2 weeks ago
- social reputation checker for Go modules☆24Feb 16, 2026Updated 2 weeks ago
- golang linter to detect named returns☆29Feb 23, 2026Updated last week
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆38Oct 30, 2025Updated 4 months ago
- Checks for a new line before return and branch statements.☆27Apr 4, 2024Updated last year
- Go linter to detect erroneous multiplication of duration values☆49Oct 24, 2025Updated 4 months ago
- Find declarations in Go source code that shadow predeclared identifiers☆31Mar 31, 2025Updated 11 months ago
- Go library for truncating strings☆13Dec 11, 2024Updated last year
- Salesforce SOAP API Client for golang☆14Sep 25, 2020Updated 5 years ago
- Linter that confirms DB rows and statements are closed properly.☆91May 19, 2025Updated 9 months ago
- A linter that checks for duplicate words in the source code (usually miswritten)☆15Feb 10, 2026Updated 3 weeks ago
- Faster camelcase implementation☆17Jan 21, 2023Updated 3 years ago
- A linter for logr,klog,zap that can also works with golangci-lint as a plugin☆17Apr 10, 2025Updated 10 months ago
- Detect deeply nested if statements in Go source code☆44Updated this week
- Linter to detects the overuse or misuse of interfaces in Go code AKA "Interface Pollution"☆17Updated this week
- Correct commonly misspelled English words in source files☆37Feb 10, 2026Updated 3 weeks ago
- Go linter for checking that your code uses short syntax for if-statements whenever possible.☆18Jul 31, 2022Updated 3 years ago
- Golang linter to use strconv☆43Nov 19, 2025Updated 3 months ago
- 🚔 Enforce field tags in (un)marshaled structs☆40Jan 19, 2026Updated last month
- The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.☆81Updated this week
- Check that no init functions are present in Go code.☆43Apr 16, 2021Updated 4 years ago
- 🌀 A simple Go package for (un-)marshalling null-able JSON types☆21Sep 2, 2025Updated 6 months ago
- 🧠 Golang Memoizer - Extremely fast, 0 allocation, concurrency safe, 0 Dependencies. guaranteed duplicate function call suppression☆18Nov 19, 2024Updated last year
- a slog handler for testing that code logs expected results☆23Aug 8, 2024Updated last year