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

Path globs support #72

Open
ghost opened this issue Jan 3, 2016 · 1 comment
Open

Path globs support #72

ghost opened this issue Jan 3, 2016 · 1 comment
Assignees

Comments

@ghost
Copy link

ghost commented Jan 3, 2016

Hello,
I'd like to ask you to implement support for specifying input files by globs. That would allow us to run htmlcs from build (e.g. npm) scripts in a portable (cross-platform) way. There is actually a lot of linters that accept globs already. They use minimatch AFAIK. I mean some module based on it like globby, glob-all, globule or simple-glob.

@ghost ghost mentioned this issue Jan 3, 2016
@nighca nighca self-assigned this Jan 4, 2016
@chriswong
Copy link
Member

We do this work in fecs

$ fecs check *.html

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