ember-cli-eslint: warning File ignored by default. Use "--ignore-pattern '!node_modules/*'" to override

Hi

Since updating to ember 2.5 recently, I’m now getting this error:

/Users/oli/Projects/ember/node_modules/ember-freestyle/addon/modules/ember-freestyle/services/ember-freestyle.js
  0:0  warning  File ignored by default. Use "--ignore-pattern '!node_modules/*'" to override

Any ideas? This was working fine before.

Thanks

About this issue

Most upvoted comments

Yeah linting is still working but those warnings cause the test suite to fail.

On 18 May 2016, at 07:51, Brian Sipple notifications@github.com wrote:

It looks like this traces back to a behavior in eslint where warning messages for default-ignored files were being output. But then it also appears that this behavior has been removed as of eslint@2.10.2. I’m thinking we might just need to update the version of eslint being used under the hood by broccoli-lint-eslint – or configure it in a similar manner.

As for the file generation discrepancies, @oligriffiths, .eslintrc.js and tests/.eslintrc.js are now the intended starting points. I added a note to CHANGELOG.md to clarify that.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub