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

Too many excludes #3

Open
bobisjan opened this issue Aug 15, 2015 · 1 comment
Open

Too many excludes #3

bobisjan opened this issue Aug 15, 2015 · 1 comment

Comments

@bobisjan
Copy link

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.

---
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

@bobisjan bobisjan changed the title To many excludes Too many excludes Aug 15, 2015
@alexlafroscia
Copy link

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.

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