RevenueCat's Danger file. Used for checking PRs on SDK projects. Used together with Danger. More info can be found here: http://danger.systems.
Checks for certain rules and warns if needed. Some rules can be disabled by using // danger:disable rule_name.
- Check to see if the PR is labeled with one of the supported GitHub PR labels
- Check to see if the PR increases the size of the repo (in bytes) by more than thresholds defined in the file.
RevenueCat's Dangerfile is released under an MIT license. See the License file for more information.