Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-13 | Replace remaining fprintf with tfm::format manually | MarcoFalke | |
2019-01-16 | Fix warnings introduced in shellcheck v0.6.0 | practicalswift | |
2018-08-31 | macOS fix: Avoid mapfile due to ancient version of bash shipped with macOS | 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. |