nunnatsa / ginkgolinter

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

Allow underscore assignments in node containers #144

Closed nunnatsa closed 3 months ago

nunnatsa commented 3 months ago

Description

Avoid trigger warning for underscore assignments in node containers; e.g.

Describe("example", func() {
    _ = funcReturnSomeValueEGError()
})

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 8408020033

Details


Totals Coverage Status
Change from base Build 8329733666: 0.0%
Covered Lines: 208
Relevant Lines: 323

💛 - Coveralls