mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add testifylint (#5095)
This commit is contained in:
parent
438cd059f9
commit
04f8a9f120
@ -3035,6 +3035,7 @@ _Source code analysis tools, also known as Static Application Security Testing (
|
||||
- [lint](https://github.com/surullabs/lint) - Run linters as part of go test.
|
||||
- [php-parser](https://github.com/z7zmey/php-parser) - A Parser for PHP written in Go.
|
||||
- [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) - staticcheck is `go vet` on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C#.
|
||||
- [testifylint](https://github.com/Antonboom/testifylint) – A linter that checks usage of [github.com/stretchr/testify](https://github.com/stretchr/testify).
|
||||
- [tickgit](https://github.com/augmentable-dev/tickgit) - CLI and go package for surfacing code comment TODOs (in any language) and applying a `git blame`to identify the author.
|
||||
- [todocheck](https://github.com/preslavmihaylov/todocheck) - Static code analyser which links TODO comments in code with issues in your issue tracker.
|
||||
- [unconvert](https://github.com/mdempsky/unconvert) - Remove unnecessary type conversions from Go source.
|
||||
|
Loading…
Reference in New Issue
Block a user