From f3741d7e1fd83961c038f71338f986f35a22720d Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Wed, 25 Jan 2017 15:16:02 +0100 Subject: SONAR-8701 Store number of lines of files in compute engine Component --- sonar-scanner-protocol/src/main/protobuf/scanner_report.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sonar-scanner-protocol') 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; -- cgit v1.2.3