forked from github/server
4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
|
#!/bin/sh
|
||
|
cppcheck -U_MSC_VER --enable=all -IcJSON -Isrc -Iclibs -Istorage src
|
||
|
|