-
Notifications
You must be signed in to change notification settings - Fork 47.5k
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
yarn linc
should also lint untracked files
#11646
Comments
Hi! Can I help with this one? :) |
Sure! |
Cool – I'll work on this and send a PR until this weekend. |
accordeiro
added a commit
to accordeiro/react
that referenced
this issue
Nov 26, 2017
Just sent a PR – please let me know if this is what you were looking for :) |
Fixed in #11665. |
This was referenced Apr 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Too often I would run
yarn linc
, it would say lint passed for changed files, and then I'd realize I have not added a file yet so it doesn't see the file.We should make
yarn linc
include untracked files. Note that if a file is ignored in git that's a different matter. But if it shows up as untracked it's extremely likely I want to lint it.The text was updated successfully, but these errors were encountered: