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
Implement a lint rule named super-last to enforce that super parameters in a constructor’s parameter list must appear after all other parameters. This helps maintain code clarity and consistency.
Implement a lint rule named
super-lastto enforce that super parameters in a constructor’s parameter list must appear after all other parameters. This helps maintain code clarity and consistency.This should take into consideration:
alphabetize-argumentsrule, ensuring that both rules can be applied together without conflicting