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 · Fixed by standard/standard-engine#104
Closed

Make 'ignored file' output go away #500

howdoicomputer opened this issue Apr 26, 2016 · 2 comments · Fixed by standard/standard-engine#104
Labels

Comments

@howdoicomputer
Copy link

  /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
Like .eslintrc files, .eslintignore files should not be used so that
`standard` behaves consistently wherever it is run.

Closes standard/standard#500
@feross
Copy link
Member

feross 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

@howdoicomputer
Copy link
Author

@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.
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants