mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-25 18:53:45 +08:00
81b13bf3b6
* Run dos2unix for all source files * Remove the trail space from all source files * Remove the double empty lines from all source files
2 lines
193 B
Bash
Executable File
2 lines
193 B
Bash
Executable File
cppcheck -j8 --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force
|