nunnatsa / ginkgolinter

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

Simplify reports #134

Closed nunnatsa closed 4 months ago

nunnatsa commented 4 months ago

Description

The current report may be a bit confusing. if there are more than one fix suggestion, there will be multiple reports, where the first one contain only partial fix, and only the last one contains the final fix.

To solve it, for each expression, there will be only one report, containing all the errors in the text, and only one fix suggestion, containing all the fixes.

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

How Has This Been Tested?

Checklist:

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 7883762421

Details


Totals Coverage Status
Change from base Build 7882816070: 0.0%
Covered Lines: 200
Relevant Lines: 299

💛 - Coveralls