diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-08-07 14:57:54 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-08-07 14:57:54 +0200 |
commit | bcd4b0f5cdde2a1b562a612c78ec1ef1fe47d3dd (patch) | |
tree | e2e417d5e2294ba0ab2db097b7e955e5a2ccf01f /test/lint/lint-format-strings.sh | |
parent | a3e455694901a887e0feef69bd63e3aa122ea44b (diff) |
Add linting of WalletLogPrintf(...) format strings
Diffstat (limited to 'test/lint/lint-format-strings.sh')
-rwxr-xr-x | test/lint/lint-format-strings.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lint/lint-format-strings.sh b/test/lint/lint-format-strings.sh index c4041d4b3d..17f846d29b 100755 --- a/test/lint/lint-format-strings.sh +++ b/test/lint/lint-format-strings.sh @@ -24,6 +24,7 @@ FUNCTION_NAMES_AND_NUMBER_OF_LEADING_ARGUMENTS=( vprintf,1 vsnprintf,1 vsprintf,1 + WalletLogPrintf,0 ) EXIT_CODE=0 |