Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow linter plugins to be loaded from third-party repositories #440

Closed
sds opened this issue Apr 26, 2015 · 2 comments
Closed

Allow linter plugins to be loaded from third-party repositories #440

sds opened this issue Apr 26, 2015 · 2 comments
Milestone

Comments

@sds
Copy link
Owner

sds commented Apr 26, 2015

See discussion in #439 for the context that prompted this. This will build on #161 to allow scss-lint to support a diverse collection of linters without having to directly support them in the mainline code. Interested parties can create their own plugins and developers can choose to extend scss-lint with those plugins if desired.

@sds sds added this to the 1.0.0 milestone Apr 26, 2015
@lencioni
Copy link
Collaborator

When considering how to architect the plugin system, it is probably worth looking at ESLint for inspiration: https://github.com/eslint/eslint

@sds
Copy link
Owner Author

sds commented May 26, 2015

Experimental support for loading custom linters via gems was implemented in #459. Please check out the master branch to take it for a spin. Feedback would be appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants