-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: make CI / Github lint happy #11034
Labels
code-style
defensive correctness patterns; readability thru consistency
Comments
siarhei-agoric
added a commit
that referenced
this issue
Feb 21, 2025
siarhei-agoric
added a commit
that referenced
this issue
Feb 24, 2025
siarhei-agoric
added a commit
that referenced
this issue
Feb 25, 2025
siarhei-agoric
added a commit
that referenced
this issue
Feb 25, 2025
siarhei-agoric
added a commit
that referenced
this issue
Feb 25, 2025
mergify bot
pushed a commit
that referenced
this issue
Feb 25, 2025
refs: #11034 ## Description Github lint complaints: ``` Check failure on line 252 in golang/cosmos/x/vtransfer/keeper/keeper.go GitHub Actions/ golangci-lint (no-failure) SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck) ``` ``` Check failure on line 443 in golang/cosmos/x/vtransfer/keeper/keeper.go GitHub Actions / golangci-lint (no-failure) SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck) ``` ``` Check failure on line 17 in golang/cosmos/x/vtransfer/handler.go GitHub Actions / golangci-lint (no-failure) SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck) ``` ``` Check warning on line 155 in a3p-integration/proposals/n:upgrade-next/test/agoricNames.test.js GitHub Actions / lint-rest Prefer for...of instead of Array.forEach ``` ``` Check warning on line 16 in packages/network/test/fakes.js GitHub Actions / lint-primary Unexpected constant condition ``` ``` Check warning on line 128 in packages/ERTP/test/unitTests/mintObj.test.js GitHub Actions / lint-primary Expected JSDoc block to be aligned ``` ## Description of the Design ## Security Considerations ## Scaling Considerations ## Test Plan Run lint. ## Upgrade Considerations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the Problem Being Solved?
Github lint complaints:
Description of the Design
Security Considerations
Scaling Considerations
Test Plan
Run lint.
Upgrade Considerations
The text was updated successfully, but these errors were encountered: