-
Notifications
You must be signed in to change notification settings - Fork 38
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
Raise error when passed invalid file paths #394
Raise error when passed invalid file paths #394
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few minor suggestions on my end. Rest LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This broke ameba's github action :( Also, I believe it's incorrect to raise for invalid paths in |
Ah sorry about this @Sija. I'm happy to have a look at resolving this but won't likely have time for several weeks so it might be best to revert this PR for now. |
@stufro No worries, let's revert this PR for now and take care of it l8r. |
Revert "Merge pull request #394 from stufro/388-raise-on-invalid-file…
#388
See comment on #388 for my thought process.
spec/ameba/cli/cmd_spec.cr
to use real files to prevent the error being thrown there.spec/spec_helper.cr
which always adds errors.