manuelarte / funcorderLinks
Go Linter 🧐 that checks the order of methods and constructors
☆14Updated last week
Alternatives and similar repositories for funcorder
Users that are interested in funcorder are comparing it to the libraries listed below
Sorting:
- The Golang linter that checks usage of github.com/stretchr/testify.☆155Updated 2 weeks ago
- tenv detects environment variable not using t.Setenv☆24Updated 9 months ago
- copyloopvar is a linter detects places where loop variables are copied.☆23Updated 9 months ago
- The YAML org maintained fork of https://github.com/go-yaml/yaml☆339Updated this week
- Linter to check if your tests have been marked as parallel correctly☆58Updated this week
- The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.☆75Updated 2 weeks ago
- Experimental iterator implementation for Go compatible with, but not requiring, CL 510541.☆25Updated 2 months ago
- An efficient JSON to YAML converter written in Go language☆68Updated 2 years ago
- A linter that handle directives into `go.mod`.☆16Updated 3 weeks ago
- errors + stack staces.☆15Updated last month
- Accept Interfaces, Return Concrete Types☆77Updated last month
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆35Updated last week
- A utility to redact sensitive data for slog in Go☆133Updated last month
- Go linter that checks if package imports are in a list of acceptable packages.☆177Updated 7 months ago
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆26Updated last year
- gRPC-compatible health checks for any net/http server.☆88Updated 3 months ago
- golang analyzer that finds structures with uninitialized fields☆172Updated 2 months ago
- Analyzer: fourcetypeassert finds type assertions which did forcely☆45Updated 8 months ago
- OpenTelemetry tracing and metrics for Connect.☆146Updated last week
- Go Linter: finds wasted assignment statements 🗑