equatable_lint 0.2.0 equatable_lint: ^0.2.0 copied to clipboard
This is a set of rules to make classes using Equatable more maintainable. We make sure here that every fields in an Equatable class is linked to the Equatable props getter.
0.2.0 #
- Upgrade custom lint to 0.2.12
0.1.5 #
- Upgrade custom lint to 0.1.1
0.1.4 #
- Add fix to show multiple lints when there are multiple fields
0.1.3 #
- Change package ownership
0.1.2 #
- Fix bug that count static fields in create_equatable_props_with_every_fields lint
0.1.1 #
- Fix bug that count getter and setter in create_equatable_props_with_every_fields lint
0.1.0 #
- Initial version.