forked from github/server
4 lines
98 B
Bash
Executable file
4 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
cppcheck --enable=all -U_MSC_VER -UCLEANUP_CODE \
|
|
-IcJSON -Isrc -Iclibs -Istorage src
|
|
|