aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/src/main/protobuf
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-12 14:20:54 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-12 14:29:20 +0200
commite17cf1c2dc52256336c388c5dc4bde3087c13c1c (patch)
tree37d71b5d2c711c99adfd0181618705b0558eccf0 /sonar-batch-protocol/src/main/protobuf
parent0ace9fe008ae66ca0899827556f1d45fdfeb18c5 (diff)
downloadsonarqube-e17cf1c2dc52256336c388c5dc4bde3087c13c1c.tar.gz
sonarqube-e17cf1c2dc52256336c388c5dc4bde3087c13c1c.zip
SONAR-6637 Stop filling db column PROJECT_MEASURES.RULE_PRIORITY
Diffstat (limited to 'sonar-batch-protocol/src/main/protobuf')
-rw-r--r--sonar-batch-protocol/src/main/protobuf/batch_report.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-batch-protocol/src/main/protobuf/batch_report.proto b/sonar-batch-protocol/src/main/protobuf/batch_report.proto
index 88d4c6abdc5..52d6cd732d5 100644
--- a/sonar-batch-protocol/src/main/protobuf/batch_report.proto
+++ b/sonar-batch-protocol/src/main/protobuf/batch_report.proto
@@ -88,7 +88,6 @@ message Measure {
// temporary fields during development of computation stack
optional string description = 9;
optional string rule_key = 10;
- optional Severity severity = 11;
optional string alert_status = 12;
optional string alert_text = 13;
optional double variation_value_1 = 14;