feat: cwt proof #132
build.yml
on: pull_request
Semantic Pull Request Check
2s
Checks
1m 8s
UnitTest
1m 32s
Annotations
9 errors and 6 warnings
Semantic Pull Request Check
Unknown release type "Draft" found in pull request title "Draft: cwt proof".
Available types:
- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- refactor: A code change that neither fixes a bug nor adds a feature
- perf: A code change that improves performance
- test: Adding missing tests or correcting existing tests
- build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
- chore: Other changes that don't modify src or test files
- revert: Reverts a previous commit
|
Checks:
proof/creator/cbor.go#L53
cyclomatic complexity 18 of func `deterministicBinaryString` is high (> 10) (gocyclo)
|
Checks:
proof/creator/cbor.go#L66
assignments should only be cuddled with other assignments (wsl)
|
Checks:
proof/creator/creator.go#L183
only one cuddle assignment allowed before if statement (wsl)
|
Checks:
cwt/cwt_test.go#L143
assignments should only be cuddled with other assignments (wsl)
|
Checks:
cwt/cwt_test.go#L144
only one cuddle assignment allowed before if statement (wsl)
|
Checks:
proof/creator/cbor.go#L18
encMode is a global variable (gochecknoglobals)
|
Checks:
proof/creator/cbor.go#L19
decModeWithTagsForbidden is a global variable (gochecknoglobals)
|
Checks
Process completed with exit code 2.
|
Semantic Pull Request Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: amannn/action-semantic-pull-request@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Semantic Pull Request Check
The following actions uses node12 which is deprecated and will be forced to run on node16: amannn/action-semantic-pull-request@v4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Semantic Pull Request Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
UnitTest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2, actions/checkout@v3, codecov/codecov-action@v2.1.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
UnitTest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, codecov/codecov-action@v2.1.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|