MISRA Rule 5.7 requires uniqueness of tag identifiers. Shell is frequently problematic because many code uses `const struct shell *shell`. This causes CI noise every time one of these shell files is edited, so let's update all of them with `const struct shell *sh` instead. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| src | ||
| CMakeLists.txt | ||
| prj.conf | ||
| shell_min_cmds_all.conf | ||
| shell_min_cmds_resize.conf | ||
| shell_min_cmds_select.conf | ||
| shell_min_cmds.conf | ||
| shell_min_colors.conf | ||
| shell_min_help_all.conf | ||
| shell_min_help.conf | ||
| shell_min_history.conf | ||
| shell_min_log_backend.conf | ||
| shell_min_metakeys.conf | ||
| shell_min_tab_auto.conf | ||
| shell_min_tab.conf | ||
| shell_min_wildcards.conf | ||
| shell_min.conf | ||
| testcase.yaml | ||