Skip to content

Too many excludes #3

@bobisjan

Description

@bobisjan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions