aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-format-strings.sh
AgeCommit message (Collapse)Author
2021-10-21Add minisketch dependencyGleb Naumenko
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
2020-01-27tests: Add fuzzing harness for strprintf(...)practicalswift
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
2019-06-13Replace remaining fprintf with tfm::format manuallyMarcoFalke
2019-01-16Fix warnings introduced in shellcheck v0.6.0practicalswift
2018-08-31macOS fix: Avoid mapfile due to ancient version of bash shipped with macOSpracticalswift
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.