]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-15487 changing report protocol for scanner
authorLukasz Jarocki <lukasz.jarocki@sonarsource.com>
Mon, 11 Oct 2021 08:27:16 +0000 (10:27 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 13 Oct 2021 20:03:34 +0000 (20:03 +0000)
sonar-scanner-protocol/src/main/protobuf/scanner_report.proto

index f800a28ba2d2c6dfed832ff93e14a7564c916c3f..cf13d10f9d1e2d03b26a697b8585512fbc111972 100644 (file)
@@ -192,6 +192,7 @@ message Issue {
   // Will be identical to the first location of the first flow
   TextRange text_range = 6;
   repeated Flow flow = 7;
+  bool quickFixAvailable = 8;
 }
 
 message ExternalIssue {