4meepo / tagalignLinks
Align and sort tags for Go struct.
☆31Updated 2 weeks ago
Alternatives and similar repositories for tagalign
Users that are interested in tagalign are comparing it to the libraries listed below
Sorting:
- 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
- Analyzer: fourcetypeassert finds type assertions which did forcely☆43Updated 6 months ago
- Go linter for forbidding identifiers☆148Updated 6 months ago
- Go linter that checks if package imports are in a list of acceptable packages.☆168Updated 5 months ago
- Checks for a new line before return and branch statements.☆28Updated last year
- The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.☆70Updated last week
- A linter that handles struct tags.☆54Updated 4 months ago
- golang linter to detect named returns☆28Updated last month
- Go analyzer checking that the length of a variable's name matches its usage scope☆22Updated 2 years ago
- 🚔 Enforce field tags in (un)marshaled structs☆38Updated this week
- Protobuf golang linter - use getters instead of fields.☆30Updated 3 months ago
- Golang linter to use strconv☆40Updated 5 months ago
- Accept Interfaces, Return Concrete Types☆74Updated 3 months ago
- Golang linter to check the errors handling expressions☆55Updated 4 years ago
- A linter that handle directives into `go.mod`.☆15Updated 2 months ago
- The Golang linter that checks usage of github.com/stretchr/testify.☆148Updated last week
- A linter to ensure that slices are not initialized with non-zero length☆76Updated 6 months ago
- ☆43Updated 7 months ago
- copyloopvar is a linter detects places where loop variables are copied.☆22Updated 7 months ago
- Simple linter to check that your code does not contain non-ASCII identifiers☆27Updated this week
- Analyzer: checks whether err of sql.Rows is checked.☆17Updated last year
- gRPC-compatible health checks for any net/http server.☆83Updated 3 weeks ago
- Authentication middleware for Connect.☆77Updated 3 weeks ago
- A handler for slog that prints colorized logs, similar to zerolog's console writer output without sacrificing performances☆52Updated last year
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆33Updated this week
- 🪵 Ensure consistent code style when using log/slog☆208Updated this week
- Check that no globals are present in Go code.☆119Updated 2 months ago
- Linter to check if your tests have been marked as parallel correctly☆58Updated 4 months ago
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆26Updated last year
- Linter that checks that comments end in a period☆48Updated 3 months ago