Patrick-Kladek / Callisto

Parse Clang Static Analyzer messages and pass them to Slack
MIT License
21 stars 3 forks source link

Log warnings on fail build #19

Closed Patrick-Kladek closed 2 years ago

Patrick-Kladek commented 2 years ago

Description

Log all warnings before exit in FailBuildAction.

Tasks

Infos for Reviewer

13:39:22 [MESSAGE] Processing file:///Users/patrick/Desktop/File.json
13:39:22 [WARNING] CheckboxToggleStyle.swift [Line: 18] Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument. (multiple_closures_with_trailing_closure)
13:39:22 [ ERROR ] This build contains warnings. Please resovle them.