diff options
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-ce.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-ce.proto b/sonar-ws/src/main/protobuf/ws-ce.proto index 76d8446fcbf..3216ab435e0 100644 --- a/sonar-ws/src/main/protobuf/ws-ce.proto +++ b/sonar-ws/src/main/protobuf/ws-ce.proto @@ -105,6 +105,8 @@ message Task { optional string errorType = 23; optional string pullRequest = 24; optional string pullRequestTitle = 25; + optional int32 warningCount = 26; + repeated string warnings = 27; } enum TaskStatus { |