Shopify / deprecation_toolkit

⚒Eliminate deprecations from your codebase ⚒
MIT License
460 stars 40 forks source link

Handle multipart warnings #45

Closed casperisfine closed 4 years ago

casperisfine commented 4 years ago

As explained in the code comments, that warning is sent in two part.

The problem is that if you raise on the first or second part, the warning becomes very hard to understand and deal with, so it's preferable to join the two parts together and consider them as a single warning.