ssgreg / nlreturn
Checks for a new line before return and branch statements.
☆28Updated last year
Alternatives and similar repositories for nlreturn:
Users that are interested in nlreturn are comparing it to the libraries listed below
- Go linter to detect erroneous multiplication of duration values☆47Updated 11 months ago
- The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`.☆25Updated last month
- Golang linter to check the errors handling expressions☆51Updated 4 years ago
- Golang linter that encourages you to use a separate _test package☆50Updated this week
- Simple linter to check that your code does not contain non-ASCII identifiers☆27Updated 3 weeks ago
- ☆42Updated 4 months ago
- Linter that checks that comments end in a period☆46Updated last week
- Go linter that checks if package imports are in a list of acceptable packages.☆163Updated last month
- Go linter for forbidding identifiers☆138Updated 3 months ago
- Check that no init functions are present in Go code.☆41Updated 4 years ago
- Golang linter to use strconv☆40Updated last month
- Check that no globals are present in Go code.☆112Updated 2 months ago
- 🚔 Enforce field tags in (un)marshaled structs☆37Updated last week
- A linter to ensure that slices are not initialized with non-zero length☆75Updated 3 months ago
- ☆53Updated 6 months ago
- golang linter to detect named returns☆28Updated 3 weeks ago
- Analyzer: fourcetypeassert finds type assertions which did forcely☆39Updated 2 months ago
- Accept Interfaces, Return Concrete Types☆65Updated 3 weeks ago
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆26Updated 10 months ago
- The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.☆65Updated last month
- A curated list of Go code formatters (like gofmt)☆38Updated 4 years ago
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆26Updated this week
- GoDoX extract speficic comments from Go code based on keywords☆17Updated 3 months ago
- Detect deeply nested if statements in Go source code☆43Updated 3 years ago
- A linter that detect the possibility to use variables/constants from the Go standard library.☆45Updated 4 months ago
- Analyzer: check whether a function uses a non-inherited context☆47Updated 2 months ago
- linter for copyright headers☆24Updated 3 weeks ago
- ☆26Updated 3 years ago
- Linter checks that printf-like functions are named with `f` at the end.☆25Updated last month
- ☆120Updated 10 months ago