Skip to content

Commit f359f64

Browse files
committed
disable old issues. force one lint issue
1 parent 0cca10a commit f359f64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
golangci-lint-version: v2.1.6
2525
use-go-cache: true
26-
only-new-issues: false
26+
only-new-issues: true
2727

2828
ci-lint-misc:
2929
name: Lint GH Actions and scripts

deployment/state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type CCIPChainState struct {
2020
OnRampStateObjectID string
2121
OffRampAddress string
2222
OffRampOwnerCapID string
23-
OffRampStateObjectID string
23+
OffRampStateObjectId string
2424
LinkTokenAddress string
2525
LinkTokenCoinMetadataID string
2626
LinkTokenTreasuryCapID string

0 commit comments

Comments
 (0)