nunnatsa / ginkgolinter

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

Fix false positive for string non-equal comparison #83

Closed nunnatsa closed 1 year ago

nunnatsa commented 1 year ago

Description

Fix bug where when comparing two strings with non-equal sign (e.g. < or >=), the linter wrongly triggered a warning and suggested to use BeNumerically.

Fixes #82

Type of change

How Has This Been Tested?

Checklist:

github-actions[bot] commented 1 year ago

Pull Request Test Coverage Report for Build 4830779610


Totals Coverage Status
Change from base Build 4786259702: 0.2%
Covered Lines: 814
Relevant Lines: 964

💛 - Coveralls