catenacyber / perfsprint
Golang linter to use strconv
☆22Updated 2 weeks ago
Related projects ⓘ
Alternatives and complementary repositories for perfsprint
- golang linter to detect named returns☆25Updated this week
- 🚔 Enforce field tags in (un)marshaled structs☆35Updated last month
- Simple linter to check that your code does not contain non-ASCII identifiers☆22Updated last year
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆15Updated last month
- The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`.☆23Updated last month
- A simple fs.FS implementation to be used inside tests.☆33Updated last year
- Bridge between Go testing.T and slog.☆48Updated last year
- cobra adapter for mango☆32Updated last year
- Check that no init functions are present in Go code.☆41Updated 3 years ago
- Golang linter that encourages you to use a separate _test package☆47Updated this week
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆40Updated 3 weeks ago
- Golang linter to check the errors handling expressions☆45Updated 3 years ago
- Accept Interfaces, Return Concrete Types☆61Updated 3 months ago
- my goreleaser.yml files☆12Updated this week
- Detect deeply nested if statements in Go source code☆41Updated 3 years ago
- 🌺 Run command periodically and expose latest STDOUT as HTTP endpoint☆32Updated 2 months ago
- Analyzer: checks whether err of sql.Rows is checked.☆17Updated last year
- Linter that checks that comments end in a period☆44Updated 2 months ago
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆24Updated 4 months ago
- Use right mirror functions for string/[]byte performance bust