lookout.style.typos.model

Identifier typos analyzer.

Module Contents

class lookout.style.typos.model.IdTyposModel(**kwargs)

Bases:lookout.core.analyzer.AnalyzerModel

A model to store approved identifiers from the repo.

LICENSE
identifiers

Get stored identifiers.

dump(self)

Serialize this model and return the result as a string.

_generate_tree(self)
_load_tree(self, tree:dict)