esimonov / ifshort
Go linter for checking that your code uses short syntax for if-statements whenever possible.
☆17Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for ifshort
- Golang linter to check the errors handling expressions☆46Updated 3 years ago
- Linter that checks that comments end in a period☆44Updated 2 months ago
- Go linter to detect erroneous multiplication of duration values☆46Updated 6 months ago
- Simple linter to check that your code does not contain non-ASCII identifiers☆22Updated last year
- A linter to ensure that slices are not initialized with non-zero length☆70Updated 6 months ago
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆15Updated this week
- Check that no globals are present in Go code.☆105Updated last year
- 🚔 Enforce field tags in (un)marshaled structs☆35Updated last week
- A linter that handles struct tags.☆47Updated 8 months ago
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆40Updated last week
- An analyzer that checks for pointers to enclosing loop variables.☆38Updated last year
- Golang linter to use strconv☆22Updated this week
- golang linter to detect named returns