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: 5mingammax
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.Jakub Chrzanowski
11/23/2020, 7:39 AMJakub Chrzanowski
11/23/2020, 7:40 AMcheck task run on CI (GitHub Actions) renders colors properly too: https://github.com/JetBrains/idea-gitignore/runs/1431514642?check_suite_focus=trueJakub Chrzanowski
11/23/2020, 10:34 AMgammax
11/23/2020, 5:05 PM