chore: remove unused linters #31
ci_release.yml
on: pull_request
lint
/
golangci-lint
29s
lint
/
yamllint
8s
lint
/
markdown-lint
17s
test
/
Go Mod Tidy Check
10s
test
/
Run Unit Tests
8s
test
/
Run Integration Tests
8s
release
0s
Annotations
10 errors and 6 warnings
lint / golangci-lint:
test/suite.go#L13
exported: exported type ExecuteSuite should have comment or be unexported (revive)
|
lint / golangci-lint:
test/suite.go#L18
exported: exported method ExecuteSuite.SetupTest should have comment or be unexported (revive)
|
lint / golangci-lint:
test/suite.go#L20
exported: exported method ExecuteSuite.TestInitChain should have comment or be unexported (revive)
|
lint / golangci-lint:
test/dummy.go#L25
exported: exported method Execute.InitChain should have comment or be unexported (revive)
|
lint / golangci-lint:
test/dummy.go#L29
exported: exported method Execute.GetTxs should have comment or be unexported (revive)
|
lint / golangci-lint:
test/suite.go#L31
exported: exported method ExecuteSuite.TestGetTxs should have comment or be unexported (revive)
|
lint / golangci-lint:
test/suite.go#L37
exported: exported method ExecuteSuite.TestExecuteTxs should have comment or be unexported (revive)
|
lint / golangci-lint:
test/dummy.go#L33
exported: exported method Execute.ExecuteTxs should have comment or be unexported (revive)
|
lint / golangci-lint:
test/dummy.go#L38
exported: exported method Execute.SetFinal should have comment or be unexported (revive)
|
lint / golangci-lint:
test/suite.go#L49
exported: exported method ExecuteSuite.TestSetFinal should have comment or be unexported (revive)
|
test / Run Integration Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test / Run Unit Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint / yamllint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test / Go Mod Tidy Check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint / markdown-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint / golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, technote-space/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|