tommy-muehle / go-mnd
Magic number detector for Go.
☆191Updated 11 months ago
Related projects ⓘ
Alternatives and complementary repositories for go-mnd
- Go linter for forbidding identifiers☆125Updated 4 months ago
- Go linter that checks if package imports are in a list of acceptable packages.☆149Updated last week
- ☆121Updated 5 months ago
- Check that no globals are present in Go code.☆105Updated last year
- A source code linter that can be used to find code that will cause problems with Go's error wrapping scheme☆248Updated last week
- nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.☆127Updated 3 weeks ago
- ☆78Updated 7 months ago
- A Go linter to check that errors from external packages are wrapped☆309Updated this week
- noctx finds sending http request without context.Context.☆185Updated 2 months ago
- Allow and block list linter for direct Go module dependencies.☆72Updated last week
- Go tool for major version upgrades☆124Updated last month
- The Golang linter that checks usage of github.com/stretchr/testify.☆101Updated this week
- Generate readme file from Go doc. Now available as a Github action!☆213Updated last month
- A linter to ensure that slices are not initialized with non-zero length☆70Updated 6 months ago
- Python's repr() for Go☆162Updated last week
- golang : go tool cover to XML (Cobertura) export tool.☆115Updated last month
- An inflection engine for golang☆102Updated 2 months ago
- A linter that handles struct tags.☆47Updated 8 months ago
- Run Go tests inside a Docker image☆98Updated 2 weeks ago
- Format Go's benchmarking output☆88Updated 2 years ago
- Unified text diffing in Go (copy of the internal diffing packages the officlal Go language server uses)☆136Updated last year
- Linter that checks that comments end in a period☆44Updated 2 months ago
- Accept Interfaces, Return Concrete Types☆61Updated 3 months ago
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.☆309Updated last month
- 🪵 Ensure consistent code style when using log/slog☆107Updated this week
- Go templates invoked as functions☆152Updated 3 years ago
- Go linter to detect erroneous multiplication of duration values