diff options
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 { |