File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1313 cache : false
1414 - run : make check
1515 env : { SKIP_LINT: true }
16- # - uses: golangci/golangci-lint-action@v4
17- # with: { version: "latest" }
16+ - uses : golangci/golangci-lint-action@v6
17+ with : { version: "latest" }
1818 - run : make cov
1919 env : { GOEXPERIMENT: rangefunc }
2020 - uses : codecov/codecov-action@v4
Original file line number Diff line number Diff line change @@ -6,15 +6,13 @@ linters-settings:
66 package-average : 0.5
77 skip-tests : false
88
9- govet :
10- check-shadowing : true
11- enable-all : true
9+ govet : { enable-all: true }
1210
1311 misspell : { locale: US }
1412
1513 depguard :
1614 rules :
17- main : { allow: ["$gostd", "github.com/BooleanCat/go-functional"] }
15+ main : { allow: ["$gostd", "github.com/BooleanCat/go-functional/v2 "] }
1816
1917linters :
2018 disable-all : true
You can’t perform that action at this time.
0 commit comments