Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-10 | Make format string linter understand basic template parameter syntax | practicalswift | |
2018-08-07 | Add linting of WalletLogPrintf(...) format strings | practicalswift | |
2018-08-07 | build: Add format string linter | practicalswift | |
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. |