-
Notifications
You must be signed in to change notification settings - Fork 9
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
buf lint trying to lint file that doesn't exist #10
Comments
Hi, I took a look at this by cloning the source repo and running
Hope this helps and let me know if you have any other questions! |
ah, i see 👍 consider this a bug report for an unhelpful error message then, since "file not found" without further context makes it sound like buf is trying to lint something that doesn't exist instead of an import not being found |
Agreed. Would something like |
yes, that would be a big improvement from the status quo |
I've added it to an issue we already have in |
Closing as the issue above has been merged. |
example run: https://github.com/harmony-development/protocol/runs/4670337736?check_suite_focus=true
with a configuration like:
and a file structure like
buf attempts to lint a file from
stable
, but fails because it's not in thestaging
directoryThe text was updated successfully, but these errors were encountered: