aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-format-strings.sh
AgeCommit message (Collapse)Author
2018-08-07Add linting of WalletLogPrintf(...) format stringspracticalswift
2018-08-07build: Add format string linterpracticalswift
This linter checks that the number of arguments passed to each variadic format string function matches the number of format specifiers in the format string.