-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
gh-133158: Adjust c-analyzer max_sizes for typeobject.c #133159
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
base: main
Are you sure you want to change the base?
gh-133158: Adjust c-analyzer max_sizes for typeobject.c #133159
Conversation
I believe this PR should skip news. |
@ericsnowcurrently Please take a look. |
@ericsnowcurrently Please take a look as you got time. |
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.
I'll do my best to review this, but I'm not at all an expert here.
@ZeroIntensity Thanks for review! |
Command to run (I always forgot it): |
Fixed, thanks! It is ready for review. |
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
pass | ||
elif maxlines and self.end - self.start > maxlines: | ||
elif self.too_much_lines(maxlines): |
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.
Minor, but this should be called too_many_lines
, not too_much_lines
.
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.
I did this because I want to return too_much
prefix to link to previous version of code. But I think it is ok to change this prefix.
Uh oh!
There was an error while loading. Please reload this page.