-
Notifications
You must be signed in to change notification settings - Fork 40
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
CI mode can be a bit awkward to use #762
Comments
Excuse my ignorance, where does |
Oh, almost all CI runners out there will set a |
Oh that's super easy then, so it just comes through as |
Is it literally just adding
|
Yeah should be! (besides |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So because CI mode I guess isn't always on if
$CI
is set, I had to end up with this in my package.json, since betterer is run with all of the rest of the linting:The function is necessary so that if you do
yarn lint:betterer -f some-filter
, that the filter gets passed to the actual betterer command that gets run.Maybe
$CI
could always run in CI mode? And ignore--cache
instead of erroring that the command doesn't exist?The text was updated successfully, but these errors were encountered: