This repository was archived by the owner on Jul 16, 2023. It is now read-only.
This repository was archived by the owner on Jul 16, 2023. It is now read-only.
[New rule] close-method param for member-ordering-extended rule #956
Closed
Description
I always put dispose/close/cancel methods to the bottom of class. I am clearly sure it is a good practice.
Unfortunately member-ordering-extended
has only dispose-method
option.
Also I did not find how I can create custom ordering rule.
What category of rule is this? (place an "X" next to just one item)
- Warns about a potential error (problem)
- Suggests an alternate way of doing something (suggestion)
- Other (please specify:)