maratori / testpackage
Golang linter that encourages you to use a separate _test package
☆47Updated this week
Related projects ⓘ
Alternatives and complementary repositories for testpackage
- Golang linter to check the errors handling expressions☆45Updated 3 years ago
- Linter that checks that comments end in a period☆44Updated 2 months ago
- Check that no globals are present in Go code.☆105Updated last year
- Check that no init functions are present in Go code.☆41Updated 3 years ago
- Go linter for forbidding identifiers☆125Updated 4 months ago
- Go linter that checks if package imports are in a list of acceptable packages.☆149Updated last week
- linter for copyright headers☆22Updated 8 months ago
- Checks for a new line before return and branch statements.☆26Updated 7 months ago
- ☆51Updated last month
- Go linter to detect erroneous multiplication of duration values☆46Updated 6 months ago
- A linter to ensure that slices are not initialized with non-zero length☆70Updated 6 months ago
- Accept Interfaces, Return Concrete Types☆61Updated 3 months ago
- golang linter to detect named returns☆26Updated last week
- Allow and block list linter for direct Go module dependencies.☆72Updated last week
- A linter that handles struct tags.☆47Updated 8 months ago
- 🚔 Enforce field tags in (un)marshaled structs☆35Updated this week
- Simple linter to check that your code does not contain non-ASCII identifiers☆22Updated last year
- ☆37Updated 4 months ago
- Linter that confirms DB rows and statements are closed properly.☆83Updated 3 weeks ago
- The Golang linter that checks usage of github.com/stretchr/testify.☆101Updated this week
- 🪵 Ensure consistent code style when using log/slog☆107Updated this week
- The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`.☆23Updated last week
- ☆121Updated 5 months ago
- The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.☆53Updated last month
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆24Updated 4 months ago
- Go linter for checking that your code uses short syntax for if-statements whenever possible.☆17Updated 2 years ago
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆15Updated this week
- Run Go tests inside a Docker image☆98Updated 2 weeks ago
- A curated list of Go code formatters (like gofmt)☆32Updated 3 years ago
- ☆78Updated 7 months ago