aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorPierre <pierre.guillot@sonarsource.com>2022-07-08 16:28:19 +0200
committersonartech <sonartech@sonarsource.com>2022-07-12 14:30:04 +0000
commit201d5326c5e4471a1a77243cd2bd4ac71c9d4ada (patch)
tree59f2e3c3d101f2c2eec3c09eb55c3fd885b071f8 /sonar-ws
parentb7337e90fe3a896367ec2f4dda1684e0a2b177a8 (diff)
downloadsonarqube-201d5326c5e4471a1a77243cd2bd4ac71c9d4ada.tar.gz
sonarqube-201d5326c5e4471a1a77243cd2bd4ac71c9d4ada.zip
SONAR-16598 Rename generic concept to education principles
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-rules.proto6
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-rules.proto b/sonar-ws/src/main/protobuf/ws-rules.proto
index ec2ee250624..7ec1c827f9f 100644
--- a/sonar-ws/src/main/protobuf/ws-rules.proto
+++ b/sonar-ws/src/main/protobuf/ws-rules.proto
@@ -123,7 +123,7 @@ message Rule {
optional bool isExternal = 47;
optional DeprecatedKeys deprecatedKeys = 48;
optional DescriptionSections descriptionSections = 49;
- optional GenericConcepts genericConcepts = 50;
+ optional EducationPrinciples educationPrinciples = 50;
message DescriptionSections {
repeated DescriptionSection descriptionSections = 1;
@@ -164,8 +164,8 @@ message Tags {
repeated string tags = 1;
}
-message GenericConcepts {
- repeated string genericConcepts = 1;
+message EducationPrinciples {
+ repeated string educationPrinciples = 1;
}
message Actives {