src-d / style-analyzer

Lookout Style Analyzer: fixing code formatting and typos during code reviews
GNU Affero General Public License v3.0
32 stars 21 forks source link

Create class for typos correction suggestions. #687

Closed irinakhismatullina closed 5 years ago

irinakhismatullina commented 5 years ago

To improve readability, needed to be done a long time ago.

EgorBu commented 5 years ago

what's wrong with lookout.core.api.service_analyzer_pb2.Comment? Or is this issue for results from TyposCorrectorManager?

irinakhismatullina commented 5 years ago

Yes, it is for the result from TyposCorrector.suggest().

irinakhismatullina commented 5 years ago

Added in #707.