matoous / godoxLinks
GoDoX extract speficic comments from Go code based on keywords
☆18Updated 7 months ago
Alternatives and similar repositories for godox
Users that are interested in godox are comparing it to the libraries listed below
Sorting:
- Check that no globals are present in Go code.☆119Updated 3 months ago
- Go linter for forbidding identifiers☆150Updated 7 months ago
- Linter that checks that comments end in a period☆48Updated 4 months ago
- Golang linter to check the errors handling expressions☆55Updated 4 years ago
- Golang linter that encourages you to use a separate _test package☆51Updated 2 weeks ago
- Golang linter to use strconv☆41Updated 5 months ago
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated 3 weeks ago
- Magic number detector for Go.☆201Updated last year
- Go linter to detect erroneous multiplication of duration values☆48Updated last year
- ☆54Updated 10 months ago
- nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.☆131Updated last month
- Run Go tests inside a Docker image☆100Updated 6 months ago
- Package golden testing with golden files in Go. A golden file is the expected output of test, stored as a separate file rather than as a …☆33Updated 8 months ago
- 🚔 Enforce field tags in (un)marshaled structs☆38Updated 2 weeks ago
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.☆74Updated last month
- Accept Interfaces, Return Concrete Types☆74Updated this week
- A linter that handles struct tags.☆54Updated last week
- ☆121Updated last year
- A linter to ensure that slices are not initialized with non-zero length☆76Updated 7 months ago
- Fixes simple parse errors automatically. Works great in combination with goimports.☆86Updated 5 years ago
- ☆98Updated 8 months ago
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆34Updated this week
- Checks for a new line before return and branch statements.☆28Updated last year
- checks usage of OpenTelemetry/Census spans☆82Updated this week
- Go tool for major version upgrades☆143Updated last week
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆89Updated 4 years ago
- detects nested contexts in loops or function literals☆50Updated 2 weeks ago
- Safe number conversion in Go: address gosec G115 and cwe-190 Integer Overflow or Wraparound☆60Updated this week
- Linter that confirms DB rows and statements are closed properly.☆89Updated 3 months ago