aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-protocol
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-scanner-protocol')
-rw-r--r--sonar-scanner-protocol/src/main/protobuf/scanner_report.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto
index 01a9cc7ead8..0bfdff21c15 100644
--- a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto
+++ b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto
@@ -86,7 +86,7 @@ message Component {
// Only available on PROJECT and MODULE types
// TODO rename this property -> moduleKey ?
string key = 10;
- // Only available on FILE type
+ // Only available on FILE type, should always be at least 1
int32 lines = 11;
// Only available on PROJECT and MODULE types
string description = 12;