From 6a38da85f05221aa9165ebd38571efb694a38646 Mon Sep 17 00:00:00 2001 From: Gerrit Grotewold Date: Wed, 13 Jul 2022 10:57:12 +0200 Subject: [PATCH] Feedback integrated: Comments end with '.' and file are renamed --- spec/Body/Body.vspec | 14 +++++++------- ...{SignalingLights.vspec => SignalingLight.vspec} | 0 .../Body/{StaticLights.vspec => StaticLight.vspec} | 0 3 files changed, 7 insertions(+), 7 deletions(-) rename spec/Body/{SignalingLights.vspec => SignalingLight.vspec} (100%) rename spec/Body/{StaticLights.vspec => StaticLight.vspec} (100%) diff --git a/spec/Body/Body.vspec b/spec/Body/Body.vspec index ad22765c5..b8a1b81a0 100644 --- a/spec/Body/Body.vspec +++ b/spec/Body/Body.vspec @@ -174,45 +174,45 @@ Lights: Lights.Beam: type: branch instances: ["Low","High"] - description: Beam lights + description: Beam lights. # Include lights specification and attach it to the Lights.Beam branch #include StaticLights.vspec Lights.Beam Lights.Running: type: branch - description: Running lights + description: Running lights. # Include lights specification and attach it to the Lights.Running branch #include StaticLights.vspec Lights.Running Lights.Backup: type: branch - description: Backup lights + description: Backup lights. # Include lights specification and attach it to the Lights.Backup branch #include StaticLights.vspec Lights.Backup Lights.Parking: type: branch - description: Parking lights + description: Parking lights. # Include lights specification and attach it to the Lights.Parking branch #include StaticLights.vspec Lights.Parking Lights.Fog: type: branch instances: ["Rear","Front"] - description: Fog lights + description: Fog lights. # Include lights specification and attach it to the Lights.Fog branch #include StaticLights.vspec Lights.Fog Lights.Hazard: type: branch - description: Hazard lights + description: Hazard lights. # Include lights specification and attach it to the Lights.Hazard branch #include SignalingLights.vspec Lights.Hazard Lights.Indicator: type: branch instances: ["Left","Right"] - description: Indicator lights + description: Indicator lights. # Include lights specification and attach it to the Lights.Indicator branch #include SignalingLights.vspec Lights.Indicator diff --git a/spec/Body/SignalingLights.vspec b/spec/Body/SignalingLight.vspec similarity index 100% rename from spec/Body/SignalingLights.vspec rename to spec/Body/SignalingLight.vspec diff --git a/spec/Body/StaticLights.vspec b/spec/Body/StaticLight.vspec similarity index 100% rename from spec/Body/StaticLights.vspec rename to spec/Body/StaticLight.vspec