Detect ineffectual assignments in Go code.
☆455Aug 27, 2025Updated 6 months ago
Alternatives and similar repositories for ineffassign
Users that are interested in ineffassign are comparing it to the libraries listed below
Sorting:
- Find unused parameters in Go☆568Oct 27, 2025Updated 4 months ago
- Calculate cyclomatic complexities of functions in Go source code.☆1,541Dec 27, 2025Updated 2 months ago
- nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.☆132Feb 1, 2026Updated last month
- Remove unnecessary type conversions from Go source☆388Feb 16, 2025Updated last year
- ☆393Sep 15, 2017Updated 8 years ago
- Magic number detector for Go.☆208Dec 21, 2023Updated 2 years ago
- ☆55Oct 16, 2024Updated last year
- Find in Go repeated strings that could be replaced by a constant☆314May 22, 2025Updated 9 months ago
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.☆323Jan 29, 2026Updated last month
- Staticcheck - The advanced Go linter☆6,729Feb 25, 2026Updated last week
- prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.☆664Feb 26, 2026Updated last week
- Correct commonly misspelled English words in source files☆1,396Jun 12, 2024Updated last year
- Check that no globals are present in Go code.☆129Feb 15, 2026Updated 2 weeks ago
- ☆47Sep 16, 2016Updated 9 years ago
- ☆121Dec 26, 2025Updated 2 months ago
- ☆11Sep 15, 2017Updated 8 years ago
- Tool to detect Go structs that would take less memory if their fields were sorted.☆535May 9, 2023Updated 2 years ago
- errcheck checks that you checked errors.☆2,473Feb 26, 2026Updated last week
- Moved to https://codeberg.org/polyfloyd/go-errorlint☆314Nov 1, 2025Updated 4 months ago
- ☆341Sep 15, 2017Updated 8 years ago
- Go linter for forbidding identifiers☆160Oct 25, 2025Updated 4 months ago
- Checks for a new line before return and branch statements.☆27Apr 4, 2024Updated last year
- a tool for code clone detection☆366Mar 20, 2024Updated last year
- JSON-oriented HTTP server and client helpers☆37Sep 12, 2018Updated 7 years ago
- DEPRECATED: Use https://github.com/golangci/golangci-lint☆3,481Mar 7, 2019Updated 6 years ago
- Find declarations in Go source code that shadow predeclared identifiers☆31Mar 31, 2025Updated 11 months ago
- A report card for your Go application☆2,101Jan 29, 2026Updated last month
- Line length linter☆70Jun 4, 2022Updated 3 years ago
- Run linters from Go code -☆66Oct 28, 2018Updated 7 years ago
- Go linter to detect erroneous multiplication of duration values☆49Oct 24, 2025Updated 4 months ago
- A Go linter to check that errors from external packages are wrapped☆359Nov 24, 2025Updated 3 months ago
- Miscellaneous Go toys☆134Apr 27, 2019Updated 6 years ago
- Super-efficient, in-memory key/value data store☆21Jul 28, 2017Updated 8 years ago
- A linter that suggests interface types☆687Sep 1, 2018Updated 7 years ago
- Report code that is unnecessarily indented☆18Aug 29, 2017Updated 8 years ago
- Go Assembler Formatter☆305Apr 4, 2022Updated 3 years ago
- Randomized testing for Go☆4,843Sep 24, 2024Updated last year
- ☆43Dec 16, 2024Updated last year
- Tool to detect range statements iterating over addressable arrays☆28Dec 6, 2017Updated 8 years ago