Skip to content

Commit 2de0bc7

Browse files
committed
update implementation
1 parent c276a5c commit 2de0bc7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

process/process_areas/implementation/guidance/implementation_guideline.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Detailed description which steps are need for implementation.
3636
#. Implement the source code, by using the coding guidelines given within the project specific :need:`SW development Plan <wp__sw_development_plan>` for the programming languages in your project.
3737
#. Create a pull request for your change.
3838
#. Detail Design and Code Inspection is done to review the code of the software and detect errors in it.
39-
#. Check the results of the static and dynamic code analysis (this inlcludes compiler warnings).
39+
#. Check the results of the static and dynamic code analysis (this inlcludes compiler warnings). Acceptance criteria are defined in the Verification Plan :need:`gd_temp__verification_plan`.
4040
#. Fix or justify the errors.
4141
#. Merge the pull request.
4242
#. Create a follow up ticket if not all findings could be fixed.

process/process_areas/implementation/implementation_getstrt.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Concept Document: :need:`doc_concept__imp_concept` provides a high-level overvie
4646
Implementation Guideline: :need:`gd_guidl__implementation` Details on the implemenation.
4747

4848
SW Development Plan: :need:`gd_temp__software_development_plan` Process description of SW development including
49+
4950
- selection of design and programming language
5051
- design guideline
5152
- coding guideline (e.g. MISRA, can also include style guide or naming convention)
@@ -58,5 +59,5 @@ SW Development Plan: :need:`gd_temp__software_development_plan` Process descript
5859
Developer Experience
5960
====================
6061

61-
There are some tests forseen to check e.g. format which are described in
62+
There are some tests intended to check e.g. format which are described in
6263
https://github.com/eclipse-score/score?tab=readme-ov-file#score-platform.

process/process_areas/implementation/implementation_workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ Workflow Implementation
6262

6363
The Implementation Verification of the Detailed Design and Code consists of the following topics
6464
- Detailed Design and Code Inspection
65-
- Static and Dynamic Code Analysis performed by a tool
65+
- Static and Dynamic Code Analysis performed by a tool. Acceptance criteria are defined in the Verification Plan :need:`gd_temp__verification_plan`.

0 commit comments

Comments
 (0)