spotify / ruler

Gradle plugin which helps you analyze the size of your Android apps.
Apache License 2.0
1.13k stars 58 forks source link

Set code point limit #127

Closed ViktorPetrovski closed 1 year ago

ViktorPetrovski commented 1 year ago

What has changed

Set a larger codePointLimit for parsing YAML files.

Why was it changed

With the update of SNAKE_YAML version to 1.32 there is a maximum document size of 3.2 MB. Increased the maximum size so it doesn't crash for projects with large ownership.yaml files. Reference link