nelfin / pylint-protobuf

A plugin for making Pylint aware of the fields of protobuf-generated classes
MIT License
29 stars 12 forks source link

Fix False Positive useless suppression #56

Open hmc-cs-mdrissi opened 1 year ago

hmc-cs-mdrissi commented 1 year ago

Closes #55. One line change but I'm happy to add a test case if you would like. Manually tested on my codebase that it removes false positives I was hitting.