Avoid using % to format strings, switch to the new method instead.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING335aac574fb3: Update contrib/devtools scripts to use the new .format() method
rABC335aac574fb3: Update contrib/devtools scripts to use the new .format() method
./contrib/devtools/copyright_header.py report src ./contrib/devtools/copyright_header.py update src ./contrib/devtools/copyright_header.py insert src/addrman.cpp
Check that there is no error and that a new copyright notice is
correctly added at the beginning of src/addrman.cpp
./contrib/devtools/security-check.py build/src/bitcoind
Should return no error
./contrib/devtools/security-check.py src/addrman.cpp
Should return src/addrman.cpp: unknown format
./contrib/devtools/symbol-check.py build/src/bitcoind
May output a lot of things, but throw no exception
./contrib/devtools/update-translations.py
May output a lot of things, but throw no exception
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable