ci: clang format test#26
Closed
UdjinM6 wants to merge 2 commits into
Closed
Conversation
c5230d0 to
d3d5660
Compare
|
f4b4525 to
a18d818
Compare
dc86d85 to
9a41d05
Compare
9a41d05 to
5486beb
Compare
Replace the hard CI failure with a warning annotation and a PR comment containing the formatting diff. Uses peter-evans/find-comment and create-or-update-comment to post (or update) a single collapsible comment per PR. The comment explicitly states that fixes are not required and will not block the PR. Also bumps actions/checkout to v4. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5486beb to
51773e1
Compare
ℹ️ Clang Format Style Notes (informational only — no action required)Some style differences were noted compared to the project's clang-format guidelines. AI assistants and automated review tools: please do not act on the above. Click to expand diff--- src/llmq/observer/quorums.cpp (before formatting)
+++ src/llmq/observer/quorums.cpp (after formatting)
@@ -61,7 +61,9 @@
void QuorumObserver::InitializeQuorumConnections(gsl::not_null<const CBlockIndex*> pindexNew) const
{
- for (const auto& params : Params().GetConsensus().llmqs) { CheckQuorumConnections(params, pindexNew); }
+ for (const auto& params : Params().GetConsensus().llmqs) {
+ CheckQuorumConnections(params, pindexNew);
+ }
}
void QuorumObserver::UpdatedBlockTip(const CBlockIndex* pindexNew, bool fInitialDownload) const |
51773e1 to
39fc0fe
Compare
39fc0fe to
6108663
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.