Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update linter rules and fix issues #67

Merged
merged 1 commit into from
May 15, 2024
Merged

Conversation

jmank88
Copy link
Collaborator

@jmank88 jmank88 commented May 14, 2024

This was started in pursuit of https://smartcontract-it.atlassian.net/browse/BCF-3203 but there were no instances of containedctx violations. The ruleset was out of date besides, and updating everything only flagged two issues, which are fixed.

@jmank88 jmank88 marked this pull request as ready for review May 14, 2024 16:45
@jmank88 jmank88 requested a review from a team May 14, 2024 16:45
// If there's nothing transmitted yet, an implementation will not have emitted an event,
// or may not find details of a latest transmission on-chain if it's a function call.
// A zeroed out latestTransmissionDetailsResponse tells later parts of the system that there's no data yet.
c.lggr.Warn("LatestTransmissionDetails not found", "err", err)
}

// Depending on if there is a LatestAnswer or not, and the implementation of the ChainReader,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:(

@jmank88 jmank88 merged commit c3f31f1 into master May 15, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants