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

Always work only with src #89

Open
bruk1977 opened this issue Sep 30, 2016 · 1 comment
Open

Always work only with src #89

bruk1977 opened this issue Sep 30, 2016 · 1 comment

Comments

@bruk1977
Copy link

Hi,

I love this tool and trying to use with grunt-css-lint but the problem I've is grunt-css-lint uses 'allFiles' to provide all the files to be linted but paralleize expect input to be in src...

Can you also support any input name other than src?

Thanks,
Bruk

@iancamp
Copy link

iancamp commented Apr 12, 2017

Same here for grunt-eslint.

        eslint: {
            target: [
                '**/*.js',
                'components/**/*.html'
            ],
            options: {
                quiet: true
            }
        },
        parallelize: {
            options: {
                processes: 2
            },
            eslint: true
        }

grunt.registerTask('lint', 'Runs eslint', ['clean', 'eslint']);

Doesn't work.

I've also tried specifying eslint: {target: true}, but no luck.

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

No branches or pull requests

2 participants