nunnatsa / ginkgolinter

golang linter for ginkgo and gomega
MIT License
25 stars 6 forks source link

Remove the ginkgo and gomega dependencies #13

Closed nunnatsa closed 2 years ago

nunnatsa commented 2 years ago

In order to ease the integration with other linters, such as golangci-lint, this PR changes the tests to use pure golang test, and then we can drop ginkgo and gomega dependencies.