diff options
author | Lukasz Jarocki <lukasz.jarocki@sonarsource.com> | 2021-10-11 10:27:16 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-10-13 20:03:34 +0000 |
commit | 6ee5c4bde3f1a83be80aac479b2c31a27106f439 (patch) | |
tree | 23a534c74f0f8867bde06d83f05cd336e9bfb72b /sonar-scanner-protocol | |
parent | 822c74e7379b8354990e3a3605793d85b1803130 (diff) | |
download | sonarqube-6ee5c4bde3f1a83be80aac479b2c31a27106f439.tar.gz sonarqube-6ee5c4bde3f1a83be80aac479b2c31a27106f439.zip |
SONAR-15487 changing report protocol for scanner
Diffstat (limited to 'sonar-scanner-protocol')
-rw-r--r-- | sonar-scanner-protocol/src/main/protobuf/scanner_report.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto index f800a28ba2d..cf13d10f9d1 100644 --- a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto +++ b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto @@ -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 { |