Shopify / deprecation_toolkit

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

Update sed parser to remove ANSI codes #85

Closed peerkleio closed 5 months ago

peerkleio commented 1 year ago

Very simply this updates the deprecation_toolkit:record_from_ci_output Rake task to strip ANSI codes from the log file generated the CIRecorder behaviour.

Without this addition the logs would not match the existing sed command and we would get no results,