aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2018-04-12 15:35:53 +0200
committerSonarTech <sonartech@sonarsource.com>2018-04-26 20:20:50 +0200
commit0e3a5a4e118e66bf4d2d17a1a745859c4351225a (patch)
tree598ec4b32ae6017ac780c7be3eadcd2d91fab2ef /sonar-ws
parentb92c2b10a48954be8b8af7e02c01f6f39001074f (diff)
downloadsonarqube-0e3a5a4e118e66bf4d2d17a1a745859c4351225a.tar.gz
sonarqube-0e3a5a4e118e66bf4d2d17a1a745859c4351225a.zip
SONAR-10575 Index and search external rules
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-rules.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-rules.proto b/sonar-ws/src/main/protobuf/ws-rules.proto
index 7bca93aab8b..ee45d81f8b7 100644
--- a/sonar-ws/src/main/protobuf/ws-rules.proto
+++ b/sonar-ws/src/main/protobuf/ws-rules.proto
@@ -120,6 +120,7 @@ message Rule {
optional bool remFnOverloaded = 45;
optional string gapDescription = 44;
optional sonarqube.ws.commons.RuleScope scope = 46;
+ optional bool isExternal = 47;
optional sonarqube.ws.commons.RuleType type = 37;