forked from github/server
ignore TODO code
This commit is contained in:
parent
5d9d299e68
commit
a0fcdc83fe
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
cppcheck --enable=all -U_MSC_VER -UCLEANUP_CODE \
|
||||
cppcheck --enable=all -U_MSC_VER -UCLEANUP_CODE -UTODO \
|
||||
-IcJSON -Isrc -Iclibs -Istorage src
|
||||
|
||||
|
|
Loading…
Reference in a new issue