File tree Expand file tree Collapse file tree 3 files changed +6
-241
lines changed Expand file tree Collapse file tree 3 files changed +6
-241
lines changed Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - uses : actions/checkout@v3
29+
30+ - name : generate slo golangci-lint config
31+ run : sed 's/github.com\/ydb-platform\/ydb-go-sdk\/v3/slo/g' .golangci.yml > tests/slo/.golangci.yml
32+
2933 - name : golangci-lint
3034 uses : golangci/golangci-lint-action@v3
3135 with :
Original file line number Diff line number Diff line change @@ -64,6 +64,8 @@ linters-settings:
6464 gofmt :
6565 # simplify code: gofmt with `-s` option, true by default
6666 simplify : true
67+ gofumpt :
68+ module-path : github.com/ydb-platform/ydb-go-sdk/v3
6769 goimports :
6870 # put imports beginning with prefix after 3rd-party packages;
6971 # it's a comma-separated list of prefixes
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments