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

Make 'ignored file' output go away #500

Closed
howdoicomputer opened this issue Apr 26, 2016 · 2 comments

Comments

@howdoicomputer
Copy link

commented Apr 26, 2016

  /Users/doctordoom/workspace/personal/calidrought/app.js:0:0: File ignored because of a matching ignore pattern. Use --no-ignore to override.

I know the file is ignored. I put the matcher there. The output is just noise I have to parse through to get to real style violations. Is there a way to not have the CLI output these errors? I didn't see anything in the documentation or the CLI help output to make it less verbose.

@howdoicomputer howdoicomputer changed the title Make ignored file output go away Make 'ignored file' output go away Apr 26, 2016

feross added a commit to standard/standard-engine that referenced this issue Apr 28, 2016

Do not use .eslintignore files
Like .eslintrc files, .eslintignore files should not be used so that
`standard` behaves consistently wherever it is run.

Closes standard/standard#500
@feross

This comment has been minimized.

Copy link
Member

commented Apr 28, 2016

You're getting this message because you're using an .eslintignore file. You should follow the instructions in the readme instead.

You should not get that error in the future, as of standard/standard-engine#104

@feross feross closed this Apr 28, 2016

@feross feross added the question label Apr 28, 2016

@howdoicomputer

This comment has been minimized.

Copy link
Author

commented Apr 28, 2016

@feross Alright! Thanks for responding. This was mostly because I was trying to integrate this with an online CI system.

@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
2 participants
You can’t perform that action at this time.