xorcare / goldenLinks
Package golden testing with golden files in Go. A golden file is the expected output of test, stored as a separate file rather than as a string literal inside the test code.
☆32Updated 7 months ago
Alternatives and similar repositories for golden
Users that are interested in golden are comparing it to the libraries listed below
Sorting:
- Golang linter to check the errors handling expressions☆55Updated 4 years ago
- Check that no globals are present in Go code.☆119Updated 2 months ago
- Go linter that checks if package imports are in a list of acceptable packages.☆168Updated 5 months ago
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆73Updated last year
- Go linter for forbidding identifiers☆148Updated 6 months ago
- GoDoX extract speficic comments from Go code based on keywords☆17Updated 6 months ago
- Golang linter that encourages you to use a separate _test package☆51Updated last week
- Linter that checks that comments end in a period☆48Updated 3 months ago
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- ☆17Updated last year
- Run Go tests inside a Docker image☆100Updated 6 months ago
- Generates Go types based on JSON Schemas☆240Updated 2 years ago
- Checks for a new line before return and branch statements.☆28Updated last year
- ☆26Updated 3 years ago
- Fixes simple parse errors automatically. Works great in combination with goimports.☆86Updated 5 years ago
- nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.☆131Updated 2 weeks ago
- ☆121Updated last year
- A linter that handles struct tags.☆54Updated 4 months ago
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆26Updated last year
- ☆98Updated 7 months ago
- ☆54Updated 9 months ago
- Set of Go context's utilities.☆55Updated 4 years ago
- identypo is a Go static analysis tool to find typos in identifiers (functions, function calls, variables, constants, type declarations, p…☆28Updated 6 years ago
- The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.☆70Updated 2 weeks ago
- Go linter to detect erroneous multiplication of duration values☆48Updated last year
- scopelint checks for unpinned variables in go programs☆115Updated 4 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆89Updated 4 years ago
- noctx finds function calls without context.Context.☆203Updated 2 weeks ago
- Generate flags by parsing structures☆162Updated 3 weeks ago
- Allow and block list linter for direct Go module dependencies.☆77Updated last week