maratori / testpackageLinks
Golang linter that encourages you to use a separate _test package
☆51Updated last week
Alternatives and similar repositories for testpackage
Users that are interested in testpackage are comparing it to the libraries listed below
Sorting:
- Golang linter to use strconv☆41Updated 6 months ago
- Check that no globals are present in Go code.☆119Updated 3 months ago
- Linter that checks that comments end in a period☆48Updated last week
- Go linter for forbidding identifiers☆151Updated 7 months ago
- A linter to ensure that slices are not initialized with non-zero length☆77Updated 7 months ago
- Golang linter to check the errors handling expressions☆55Updated this week
- Accept Interfaces, Return Concrete Types☆74Updated 2 weeks ago
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- ☆43Updated 9 months ago
- Go linter that checks if package imports are in a list of acceptable packages.☆174Updated 6 months ago
- ☆54Updated 11 months ago
- linter for copyright headers☆28Updated last week
- Go linter to detect erroneous multiplication of duration values☆48Updated last year
- Checks for a new line before return and branch statements.☆28Updated last year
- Go analyzer checking that the length of a variable's name matches its usage scope☆22Updated 2 years ago
- golang linter to detect named returns☆28Updated last week
- 🚔 Enforce field tags in (un)marshaled structs☆38Updated this week
- ☆121Updated last year
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆34Updated last week
- Allow and block list linter for direct Go module dependencies.☆77Updated last week
- A linter that handles struct tags.☆54Updated 3 weeks ago
- Magic number detector for Go.☆201Updated last year
- Run Go tests inside a Docker image☆100Updated 7 months ago
- nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.☆131Updated 3 weeks 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 last week
- The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.☆75Updated last week
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated this week
- Linter that confirms DB rows and statements are closed properly.☆90Updated 4 months ago
- GoDoX extract speficic comments from Go code based on keywords☆18Updated 7 months ago
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆26Updated last year