cucumber / cucumber-js

Cucumber for JavaScript
https://cucumber.io
MIT License
5.02k stars 1.09k forks source link

warn for ambiguous colons in formats #2335

Closed davidjgoss closed 10 months ago

davidjgoss commented 10 months ago

🤔 What's changed?

Emit a warning with a link to deprecation docs when formats are specified with ambiguous colons.

⚡️ What's your motivation?

We have some smart handling for things like file:// URLs for now, but I'd rather not maintain this forever and instead have users just quote the parts of the format string (or use the array notation, in a config file), at which point we can reduce our complexity.

🏷️ What kind of change is this?

♻️ Anything particular you want feedback on?

📋 Checklist:


This text was originally generated from a template, then edited by hand. You can modify the template here.

coveralls commented 10 months ago

Coverage Status

coverage: 98.474% (+0.009%) from 98.465% when pulling c865f5867b26cf2594cac6a588d3324a85dd3241 on feat/deprecate-unquoted-windows-paths into c1784c46965e83227fd4f8632dc18fe0a2099c59 on main.