twitter / compose-rules

Static checks to aid with a healthy adoption of Compose
https://twitter.github.io/compose-rules
Other
1.37k stars 93 forks source link

Add tests to ensure all rules are added to their rulesets #97

Closed mrmans0n closed 2 years ago

mrmans0n commented 2 years ago

There have been a couple of instances where a new rule wasn't added to its ruleset which caused it not to be active in specific versions of the library. With this change, we are able to proactively detect this (which is a very common occurence, it's so easy to forget this step!)