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

integration-tests/load: fix outstanding linter issues #16715

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

jmank88
Copy link
Contributor

@jmank88 jmank88 commented Mar 11, 2025

https://github.com/smartcontractkit/chainlink/actions/runs/13777376230/job/38529222822

<checkstyle version="5.0">
  <file name="integration-tests/load/ccip/ccip_test.go">
    <error column="12" line="126" message="go-require: prepareAccountToSendLink contains assertions that must only be used in the goroutine running the test function" severity="error" source="testifylint"></error>
    <error column="5" line="133" message="go-require: require must only be used in the goroutine running the test function" severity="error" source="testifylint"></error>
  </file>
  <file name="integration-tests/load/ccip/destination_gun.go">
    <error column="21" line="141" message="G115: integer overflow conversion int64 -&gt; uint64" severity="error" source="gosec"></error>
  </file>
  <file name="integration-tests/load/ccip/helpers.go">
    <error column="2" line="163" message="unnecessary trailing newline" severity="error" source="whitespace"></error>
  </file>
</checkstyle>

@cl-sonarqube-production
Copy link

@jmank88 jmank88 marked this pull request as ready for review March 11, 2025 00:59
@jmank88 jmank88 requested review from a team as code owners March 11, 2025 00:59
@jmank88 jmank88 enabled auto-merge March 11, 2025 11:58
@jmank88 jmank88 added this pull request to the merge queue Mar 11, 2025
Merged via the queue into develop with commit c5e58f2 Mar 11, 2025
203 checks passed
@jmank88 jmank88 deleted the integration-tests/load-lint branch March 11, 2025 13:39
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.

3 participants