Currently the lint method on provider is just one huge unreadable monolith. It needs to be broken up to be readable and maintainable. At minimum, the result parsing code should live in its own function.
Also, atom-linter helpers can probably be used to clean up further.
Currently the
lint
method onprovider
is just one huge unreadable monolith. It needs to be broken up to be readable and maintainable. At minimum, the result parsing code should live in its own function.Also, atom-linter helpers can probably be used to clean up further.