sloth
sloth copied to clipboard
Allow spec files with CRLF
When we use config files that has line ending with CRLF the sloth fails to recognise specs because of the regex rules.
This change allows sloth to recognize prometheus spec in CRLF files.
Fixes: https://github.com/slok/sloth/issues/406