This rule applies to Instrument cluster software stack only.
AGL accepted coding rule
AGL development code must define coding rule based on AGL accepted coding rule.
No | Rule | URL | Target |
---|---|---|---|
1 | Linux kernel coding style | https://www.kernel.org/doc/html/latest/process/coding-style.html | Linux Kernel |
2 | systemd coding style | https://systemd.io/CODING_STYLE/ | User Land |
3 | |||
4 |
When adopting systemd coding rules, you can exclude systemd-specific rules (green characters).
When adding new accepted coding rule, that coding rule must define these point;
- It's defined coding style.
- It's defined what designed is good.
- It's defined a point to note.