mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 05:31:57 +00:00
The current implementation of continuous run operation using command `./scripts/coccicheck` i.e., without specifying any options, `coccicheck` default runs in `report` mode with all available coccinelle scripts present at `scripts/coccinelle/`. Not all scripts have report mode implemented in them, which leads to failure of coccicheck. With this new implementation we choose whatever available mode is present in coccinelle script and pass it to MODE variable without stopping continuous coverage. And perhaps if there are plans to add `coccicheck` as a sanity checker in future to the Zephyr automated CI, then certainly we want the warnings/errors produced by scripts to be less verbose to the users. Therefore, in this new implementation we prioritise the modes as: 1. report 2. context 3. patch and lastly falling to 4. org Lastly, in order to differentiate between outputs of various coccinelle scripts being run, `x------x` separator has been used to make reports mode readable. Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com> |
||
---|---|---|
.. | ||
checkpatch | ||
ci | ||
cmake | ||
coccinelle | ||
cross_compiler | ||
dts | ||
footprint | ||
gitlint | ||
kconfig | ||
meta/west | ||
sanity_chk | ||
support | ||
.gitignore | ||
check_link_map.py | ||
checkpatch.pl | ||
checkstack.pl | ||
coccicheck | ||
dir_is_writeable.py | ||
elf_helper.py | ||
file2hex.py | ||
filter-known-issues.py | ||
gen_alignment_script.py | ||
gen_app_partitions.py | ||
gen_cfb_font_header.py | ||
gen_gdt.py | ||
gen_idt.py | ||
gen_kobject_list.py | ||
gen_mmu_x86.py | ||
gen_offset_header.py | ||
gen_priv_stacks.py | ||
gen_syscall_header.py | ||
gen_syscalls.py | ||
mergehex.py | ||
parse_syscalls.py | ||
process_gperf.py | ||
qemu-machine-hack.py | ||
requirements.txt | ||
sanitycheck | ||
spelling.txt | ||
subfolder_list.py | ||
tags.sh | ||
waitpid | ||
west |