AtomLinter / linter-scss-lint

Linter plugin for SCSS, using scss-lint
36 stars 21 forks source link

Refactor: Break up lint function #76

Closed SpainTrain closed 8 years ago

SpainTrain commented 9 years ago

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.

SpainTrain commented 9 years ago

@steelbrain do we have a label for cleanup or refactor? I do not yet have collaborator priv. Also assign to me =-D

steelbrain commented 8 years ago

Fixed by #72