nunomaduro / collision

💥 Collision is a beautiful error reporting tool for command-line applications
https://nunomaduro.com
MIT License
4.49k stars 156 forks source link

Add: shorten `not contain` error messages too #269

Closed nshiro closed 1 year ago

nshiro commented 1 year ago

This PR shortens 'not contain' error messages too. It is really good for readability.

Before:

2023-04-11_22h27_31

After:

2023-04-11_22h28_13

I also added a small fix for counting %s more lines. (substracted 3)

nunomaduro commented 1 year ago

Can you try to add tests on this?

nshiro commented 1 year ago

Let me see what I can do.

nshiro commented 1 year ago

I've added the tests. Thank you for the review in advance.