FSD320: Code review

Description

Code reviews are performed in git as part of the development process to merge code from feature branches into the main branch. The main branch is protected and requires successful code review before merging. Only developers can merge code into the main branch.

See exerpts of code review:

Motivations

Motivation: Code review MOTIVATION_320_001
status: PASS
tags: fsd320, code-review
Source: SWSREQ_100A

The code review is performed in git as part of the development process to merge code from feature branches into the main branch. The main branch is protected and requires successful code review before merging. Only developers can merge code into the main branch. All code in safety CPUs is considered safety code/safety related and is reviewed as such.