Jakub Chrzanowski
11/22/2020, 10:38 PMdetekt
Gradle task directly, it prints output with proper colors, but when run via check
task, I get something like:
> Task :detekt FAILED
formatting - 5min debt
[33mNoConsecutiveBlankLines - [] at /Users/hsz/Projects/JetBrains/intellij-plugin-template/src/main/kotlin/org/jetbrains/plugins/template/services/MyProjectService.kt:3:1[0m
Overall debt: 5min
gammax
11/22/2020, 11:31 PMJakub Chrzanowski
11/23/2020, 7:38 AM:check
task.
When I run it directly via CLI, terminal renders colors properly.check
task run on CI (GitHub Actions) renders colors properly too: https://github.com/JetBrains/idea-gitignore/runs/1431514642?check_suite_focus=truegammax
11/23/2020, 5:05 PM