manuelarte / funcorderLinks
Go Linter 🧐 that checks the order of methods and constructors
☆15Updated 3 weeks ago
Alternatives and similar repositories for funcorder
Users that are interested in funcorder are comparing it to the libraries listed below
Sorting:
- copyloopvar is a linter detects places where loop variables are copied.☆22Updated 7 months ago
- The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.☆70Updated last week
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆33Updated this week
- A linter that handles struct tags.☆54Updated 4 months ago
- Linter to check if your tests have been marked as parallel correctly☆58Updated 4 months ago
- misspelled word linter for Go comments, string literals and embedded files☆42Updated 4 months ago
- Accept Interfaces, Return Concrete Types☆74Updated 3 months ago
- A utility to redact sensitive data for slog in Go☆129Updated this week
- Finds unused _exported_ Go symbols in a project. Backed by gopls.☆39Updated last year
- gRPC-compatible health checks for any net/http server.☆83Updated 3 weeks ago
- Analyzer: fourcetypeassert finds type assertions which did forcely☆43Updated 5 months ago
- Go linter for forbidding identifiers☆148Updated 6 months ago
- cobra adapter for mango☆33Updated 2 years ago
- Experimental iterator implementation for Go compatible with, but not requiring, CL 510541.☆24Updated 4 months ago
- golang linter to detect named returns