tdakkota / asciicheck
Simple linter to check that your code does not contain non-ASCII identifiers
☆22Updated last year
Related projects ⓘ
Alternatives and complementary repositories for asciicheck
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆15Updated last month
- 🚔 Enforce field tags in (un)marshaled structs☆35Updated last month
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆40Updated 3 weeks ago
- Golang linter to use strconv☆22Updated 2 weeks ago
- Checks for a new line before return and branch statements.☆26Updated 7 months ago
- Analyzer: checks whether err of sql.Rows is checked.☆17Updated last year
- Go linter to detect erroneous multiplication of duration values☆46Updated 5 months ago
- Check that no init functions are present in Go code.☆41Updated 3 years ago
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆24Updated 4 months ago
- ☆26Updated 2 years ago
- Golang linter to check the errors handling expressions☆45Updated 3 years ago
- A simple fs.FS implementation to be used inside tests.☆33Updated last year
- golang linter to detect named returns☆25Updated this week
- Linter that checks that comments end in a period☆44Updated 2 months ago
- Golang linter that encourages you to use a separate _test package☆47Updated this week
- Simple oauth prompting☆28Updated 9 months ago
- Syntax-aware Go code search, based on the mvdan/gogrep☆38Updated last year
- ☆24Updated 2 years ago
- 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
- misspelled word linter for Go comments, string literals and embedded files