We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I've just encounter an error /usr/src/app/bin/codeclimate-watson:19:in``': Argument list too long - ember-watson.
/usr/src/app/bin/codeclimate-watson:19:in``': Argument list too long - ember-watson
With configuration like below, ember-watson gets a lot of -e path/to/file arguments.
-e path/to/file
--- engines: eslint: enabled: true csslint: enabled: true watson: enabled: true ratings: paths: - "**.js" - "**.css" exclude_paths: - bin/**/* - bower_components/**/* - config/**/* - dist/**/* - node_modules/**/* - tests/**/* - tmp/**/* - vendor/**/*
Thanks
The text was updated successfully, but these errors were encountered:
I think I'm seeing something similar to this. I had to remove the bower_components, node_modules and tmp directories to get this to run correctly.
bower_components
node_modules
tmp
Sorry, something went wrong.
No branches or pull requests
Hi,
I've just encounter an error
/usr/src/app/bin/codeclimate-watson:19:in``': Argument list too long - ember-watson
.With configuration like below, ember-watson gets a lot of
-e path/to/file
arguments.Thanks
The text was updated successfully, but these errors were encountered: