-
Notifications
You must be signed in to change notification settings - Fork 111
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
ConstructorOnlyInitializesOrCallOtherConstructors rule should ignore lambdas #887
Comments
@0crat in |
@paulodamaso The impediment for #887 was registered successfully by @paulodamaso/z |
@krzyk Merged, please close. |
@paulodamaso thanks |
@ypshenychka/z please review this job completed by @paulodamaso/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed |
The job #887 is now out of scope |
@0crat quailty good |
@0crat quality good |
@ypshenychka Can't understand "quailty", try one of these:
|
@ypshenychka The project doesn't have enough funds, can't make a payment |
Order was finished, quality is "good": +35 point(s) just awarded to @paulodamaso/z |
Quality review completed: +8 point(s) just awarded to @ypshenychka/z |
ConstructorOnlyInitializesOrCallOtherConstructors
andOnlyOneConstructorShouldDoInitialization
rule fail for:When I remove the code in lambda, or replace it with a simpler one:
It doesn't fail.
It should ignore any code inside lambdas.
The text was updated successfully, but these errors were encountered: