diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2017-05-30 09:52:06 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2017-06-14 15:43:12 +0200 |
commit | b376b9da30fea9abeedafe0c30b82f3b3a9f5207 (patch) | |
tree | b5310725fc19d841a8aaafc8b9be02db3bb1dc9d /sonar-ws | |
parent | 71987dfa5a6c563b3d8acf86592517a61ade3bc7 (diff) | |
download | sonarqube-b376b9da30fea9abeedafe0c30b82f3b3a9f5207.tar.gz sonarqube-b376b9da30fea9abeedafe0c30b82f3b3a9f5207.zip |
SONAR-9302 Add IT to test built-in Quality Profiles
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-qualityprofiles.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto b/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto index 12938d67cb7..9c5c9acaeb0 100644 --- a/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto +++ b/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto @@ -62,7 +62,6 @@ message CreateWsResponse { optional Infos infos = 7; optional Warnings warnings = 8; optional string organization = 9; - optional bool isBuiltIn = 10; message Infos { repeated string infos = 1; @@ -86,5 +85,6 @@ message InheritanceWsResponse { optional string parent = 3; optional int64 activeRuleCount = 4; optional int64 overridingRuleCount = 5; + optional bool isBuiltIn = 6; } } |