nunnatsa / ginkgolinter

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

Fix bug where ginkgolinter fails other linters #40

Closed nunnatsa closed 1 year ago

nunnatsa commented 1 year ago

ginkgolinter no longer write to the ast tree, and should not fails other linters anymore. Instead, it computes the suggested fixes using a clone, from the github.com/go-toolsmith/astcopy package

Fixes #39

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4082162120


Totals Coverage Status
Change from base Build 3946232596: 0.02%
Covered Lines: 537
Relevant Lines: 611

💛 - Coveralls