RANE-4333 emit plugin relayer config#667
Merged
gheorghestrimtu merged 8 commits intodevelopfrom Feb 17, 2026
Merged
Conversation
- run integration-tests golangci-lint with `run ./...` - correct integration-tests lint report output path - refresh `integration-tests/go.mod` and `integration-tests/go.sum` (including Go 1.25.5 and updated chainlink deps)
- add local `ops/third_party/go-gauntlet` client implementation - point `ops` and `integration-tests` to the local module via `replace` - update module metadata (`go.mod`/`go.sum`) to keep lint/typecheck offline-safe
- `revive`: set `var-naming` with `skipPackageNameChecks: true` in `.golangci.yml` - workflow: guard `Print Report` so it doesn’t fail when the XML report file is missing
- pin smartcontractkit/.github actions to immutable commit SHAs - update static-analysis to always report zizmor findings - fail CI only when zizmor reports high-severity issues
|
chainchad
approved these changes
Feb 17, 2026
Contributor
chainchad
left a comment
There was a problem hiding this comment.
+1 for .github/** changes.
Collaborator
|
reviewing now |
augustbleeds
approved these changes
Feb 17, 2026
Collaborator
|
nice, thanks for improving the codebase while you introduced your changes! |
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.


RANE-4333
The changes relevant to my task are in these file:
The other changes are for fixing linting, tests, building etc.