File tree Expand file tree Collapse file tree 4 files changed +4
-11
lines changed
Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 8888 use-go-cache : true
8989 go-cache-dep-path : ${{ matrix.project.path }}go.sum
9090 - name : golangci-lint ${{ needs.tools.outputs.golangci-lint-version }}
91- uses : golangci/golangci-lint-action@e0ebdd245eea59746bb0b28ea6a9871d3e35fbc9 # v6.3.3
91+ uses : golangci/golangci-lint-action@818ec4d51a1feacefc42ff1b3ec25d4962690f39 # v6.4.1
9292 with :
9393 version : v${{ needs.tools.outputs.golangci-lint-version }}
9494 args : --out-format checkstyle:golangci-lint-report.xml
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ linters-settings:
2727 local-prefixes : github.com/smartcontractkit/chainlink-testing-framework/lib
2828 gosec :
2929 exclude-generated : true
30- govet :
31- # report about shadowed variables
32- check-shadowing : false
3330 errorlint :
3431 # Allow formatting of errors without %w
3532 errorf : false
@@ -71,12 +68,8 @@ linters-settings:
7168 - name : modifies-parameter
7269 - name : identical-branches
7370 - name : get-return
74- # - name: flag-parameter
75- # - name: early-return
7671 - name : defer
7772 - name : constant-logical-expr
78- # - name: confusing-naming
79- # - name: confusing-results
8073 - name : bool-literal-in-expr
8174 - name : atomic
8275issues :
Original file line number Diff line number Diff line change 1- golang 1.23.3
1+ golang 1.23.4
22nodejs 18.20.3
33k3d 5.6.3
44act 0.2.52
5- golangci-lint 1.62.0
5+ golangci-lint 1.64.5
66actionlint 1.6.26
77shellcheck 0.9.0
88helm 3.15.2
Original file line number Diff line number Diff line change 11module github.com/smartcontractkit/chainlink-testing-framework/parrot
22
3- go 1.24.0
3+ go 1.23.6
44
55require (
66 github.com/go-chi/chi v1.5.5
You can’t perform that action at this time.
0 commit comments