Skip to content

Commit

Permalink
Merge bitcoin/bitcoin#24419: lint: remove no-longer used exceptions f…
Browse files Browse the repository at this point in the history
…rom lint-format-strings.py

5b8f248 lint: remove no-longer used exceptions from lint-format-strings.py (fanquake)

Pull request description:

ACKs for top commit:
  laanwj:
    ACK 5b8f248 if it passes CI
  hebasto:
    ACK 5b8f248, I've verified that all of the remained false positive cases are valid.

Tree-SHA512: 25c40714d271c57fb09c963a3372b62c7b4f2e9367517cdf5c73ea82527a9c4c477f8b7857e37adc7eb9feea1f0a37435059798ddf2195dee3522bed3a6eea44
  • Loading branch information
MarcoFalke committed Feb 23, 2022
2 parents c44e734 + 5b8f248 commit f062abe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/lint/lint-format-strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
("src/wallet/wallet.h", "LogPrintf((\"%s \" + fmt).c_str(), GetDisplayName(), parameters...)"),
("src/wallet/scriptpubkeyman.h", "WalletLogPrintf(std::string fmt, Params... parameters)"),
("src/wallet/scriptpubkeyman.h", "LogPrintf((\"%s \" + fmt).c_str(), m_storage.GetDisplayName(), parameters...)"),
("src/logging.h", "LogPrintf(const char* fmt, const Args&... args)"),
("src/wallet/scriptpubkeyman.h", "WalletLogPrintf(const std::string& fmt, const Params&... parameters)"),
]


Expand Down

0 comments on commit f062abe

Please sign in to comment.