ultraware / whitespaceLinks
☆21Updated 7 months ago
Alternatives and similar repositories for whitespace
Users that are interested in whitespace are comparing it to the libraries listed below
Sorting:
- Find declarations in Go source code that shadow predeclared identifiers☆31Updated 4 months ago
- Simple linter to check that your code does not contain non-ASCII identifiers☆27Updated 3 weeks ago
- Detect deeply nested if statements in Go source code☆43Updated 3 years ago
- Go linter to detect erroneous multiplication of duration values☆48Updated last year
- A linter that handle directives into `go.mod`.☆15Updated 2 months ago
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated 3 weeks ago
- Linter that checks that comments end in a period☆48Updated 3 months ago
- Golang linter to check the errors handling expressions☆55Updated 4 years ago
- A linter that handles struct tags.☆54Updated 3 months ago
- golang linter to detect named returns☆28Updated 3 weeks ago
- go test with colors☆11Updated 10 months ago
- Syntax-aware Go code search, based on the mvdan/gogrep☆41Updated 2 years ago
- nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.☆131Updated last week
- Go package to easily convert a URL's query parameters/values into usable struct values of the correct types.☆19Updated 4 years ago
- Checks for a new line before return and branch statements.☆28Updated last year
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆33Updated last week
- Faster camelcase implementation☆17Updated 2 years ago
- Golang linter that encourages you to use a separate _test package☆51Updated 2 weeks ago
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆26Updated last year
- Golang linter to use strconv☆40Updated 4 months ago
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- ☆41Updated 5 years ago
- Go lint which detects recursive locks, which may lead to dead locks☆19Updated 5 years ago
- ☆43Updated 7 months ago
- Capture stdout and/or stderr in Go.☆45Updated 2 years ago
- Fixes simple parse errors automatically. Works great in combination with goimports.☆86Updated 5 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 sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`.☆26Updated last week
- Find in Go exported variables that could be unexported☆27Updated 9 years ago
- Protobuf golang linter - use getters instead of fields.☆30Updated 3 months ago