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