esimonov / ifshortLinks
Go linter for checking that your code uses short syntax for if-statements whenever possible.
☆18Updated 3 years ago
Alternatives and similar repositories for ifshort
Users that are interested in ifshort are comparing it to the libraries listed below
Sorting:
- Linter that checks that comments end in a period☆49Updated 2 months ago
- Check that no globals are present in Go code.☆123Updated 7 months ago
- Golang linter to check the errors handling expressions☆62Updated 3 months ago
- ☆121Updated this week
- nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.☆131Updated last month
- Golang linter that encourages you to use a separate _test package☆51Updated this week
- Go linter for forbidding identifiers☆158Updated 2 months ago
- Magic number detector for Go.☆203Updated 2 years ago
- ☆54Updated last year
- Go linter to detect erroneous multiplication of duration values☆49Updated 2 months ago
- A linter to ensure that slices are not initialized with non-zero length☆78Updated 2 months ago
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- Go linter that checks if package imports are in a list of acceptable packages.☆187Updated 9 months ago
- Golang linter to use strconv☆43Updated last month
- A corpus of popular Go modules☆108Updated last year
- noctx finds function calls without context.Context.☆213Updated 5 months ago
- CPU-guided performance analyzer for Go☆79Updated 3 years ago
- Accept Interfaces, Return Concrete Types☆78Updated 2 weeks ago
- Integration testing in Go with Docker☆113Updated 4 months ago
- Run Go tests inside a Docker image☆100Updated 10 months ago
- checks usage of OpenTelemetry/Census spans☆82Updated last month
- Allow and block list linter for direct Go module dependencies.☆78Updated 3 weeks ago
- Go tool for major version upgrades☆148Updated 3 months ago
- wrappers around the http package objects for monitoring with Prometheus☆24Updated 2 years ago
- Generate readme file from Go doc. Now available as a Github action!☆221Updated last year
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆70Updated 2 years ago
- Checks for a new line before return and branch statements.☆27Updated last year
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆73Updated last year
- A linter that handles struct tags.