You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a PR that generated "Sorry, the diff exceeded the maximum number of lines (20000)" (here). The PR is the deletion of a module with little code addition. It seems like having less code shouldn't block clang-tidy from running. Does it make sense to count deleted lines against the maximum?
Thanks for the helpful tool!
The text was updated successfully, but these errors were encountered:
Looks like the error is actually coming from Github when we ask for the diff of the PR -- that is, we don't care how big the PR is, but Github won't give us the diff if it's too large.
I'm not sure how we should deal with that. I agree that deleting 20k lines shouldn't stop clang-tidy from running! Maybe we can catch the exception, and then try requesting diffs only for non-deleted files?
I created a PR that generated
"Sorry, the diff exceeded the maximum number of lines (20000)"
(here). The PR is the deletion of a module with little code addition. It seems like having less code shouldn't block clang-tidy from running. Does it make sense to count deleted lines against the maximum?Thanks for the helpful tool!
The text was updated successfully, but these errors were encountered: