-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
function_parameter_count should ignore initializers #544
Comments
Just |
It's not about working around but rather trying to understand why it's a best practice when it comes to initializers. |
Ok, thinking about this more I would agree. This was even suggested in the initial issue tracking this rule (#415 (comment)). This should be just a matter of removing |
I tried applying your fix to the |
This was fixed in #942 |
How would you work around models with a good amount of properties to be set on an initializer?
I agree with the number of parameters being limited, but not initializers themselves.
The text was updated successfully, but these errors were encountered: