tdakkota / asciicheck
Simple linter to check that your code does not contain non-ASCII identifiers
☆27Updated 2 weeks ago
Alternatives and similar repositories for asciicheck
Users that are interested in asciicheck are comparing it to the libraries listed below
Sorting:
- Go linter to detect erroneous multiplication of duration values☆47Updated last year
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆26Updated 11 months ago
- 🚔 Enforce field tags in (un)marshaled structs☆38Updated 2 weeks ago
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆29Updated last week
- Golang linter to use strconv☆40Updated 2 months ago
- ☆26Updated 3 years ago
- Checks for a new line before return and branch statements.☆28Updated last year
- Golang linter that encourages you to use a separate _test package☆50Updated 2 weeks ago
- alternative condition variable synchronization primitive☆29Updated 6 months ago
- The open2opaque tool migrates Go packages from the Go Protobuf Open Struct API to the Opaque API.☆19Updated 3 months ago
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated last week
- linter to enforce consistent import aliases☆16Updated 5 months ago
- Check that no init functions are present in Go code.☆41Updated 4 years ago
- Linter that checks that comments end in a period☆46Updated last month
- Syntax-aware Go code search, based on the mvdan/gogrep☆39Updated 2 years ago
- GoDoX extract speficic comments from Go code based on keywords☆17Updated 3 months ago
- Detects functions from golang.org/x/exp/ that can be replaced by std functions.☆12Updated last week
- provides base types who's values should never be seen by the human eye, but still used for configuration.☆15Updated 3 years ago
- Golang linter, lint pass any slice as any in variadic function☆18Updated 2 years ago
- a slog handler for testing that code logs expected results☆18Updated 9 months ago
- Golang linter to check the errors handling expressions☆52Updated 4 years ago
- golang linter to detect named returns☆28Updated 2 weeks ago
- ☆21Updated 5 months ago
- Analyzer: checks whether err of sql.Rows is checked.☆17Updated last year
- The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`.☆25Updated 3 weeks ago
- A linter that handles struct tags.☆54Updated last month
- Detects when some calls can be replaced by methods from the testing package☆27Updated last month
- pct is a 'sort | uniq -c' replacement that also prints percentages☆43Updated 2 years ago
- A simple fs.FS implementation to be used inside tests.☆33Updated last year
- ☆24Updated 2 years ago