Add linting of WalletLogPrintf(...) format strings

This commit is contained in:
practicalswift
2018-08-07 14:57:54 +02:00
parent a3e4556949
commit bcd4b0f5cd
2 changed files with 3 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ FUNCTION_NAMES_AND_NUMBER_OF_LEADING_ARGUMENTS=(
vprintf,1
vsnprintf,1
vsprintf,1
WalletLogPrintf,0
)
EXIT_CODE=0