We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cca10a commit f359f64Copy full SHA for f359f64
.github/workflows/golangci-lint.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
golangci-lint-version: v2.1.6
25
use-go-cache: true
26
- only-new-issues: false
+ only-new-issues: true
27
28
ci-lint-misc:
29
name: Lint GH Actions and scripts
deployment/state.go
@@ -20,7 +20,7 @@ type CCIPChainState struct {
20
OnRampStateObjectID string
21
OffRampAddress string
22
OffRampOwnerCapID string
- OffRampStateObjectID string
+ OffRampStateObjectId string
LinkTokenAddress string
LinkTokenCoinMetadataID string
LinkTokenTreasuryCapID string
0 commit comments