feat: add role-based access control for bridge (backport #1358) #4265
Annotations
6 errors and 2 warnings
Run golangci/golangci-lint-action@v3:
x/fbridge/module/module.go#L1
: # github.com/Finschia/finschia-sdk/x/fbridge/module
|
Run golangci/golangci-lint-action@v3:
x/fbridge/module/module.go#L30
cannot use AppModule{} (value of type AppModule) as "github.com/Finschia/finschia-sdk/types/module".BeginBlockAppModule value in variable declaration: AppModule does not implement "github.com/Finschia/finschia-sdk/types/module".BeginBlockAppModule (wrong type for method BeginBlock)
|
Run golangci/golangci-lint-action@v3:
simapp/app.go#L71
could not import github.com/Finschia/finschia-sdk/x/fbridge/module (-: # github.com/Finschia/finschia-sdk/x/fbridge/module
|
Run golangci/golangci-lint-action@v3:
x/fbridge/module/module.go#L30
cannot use AppModule{} (value of type AppModule) as "github.com/Finschia/finschia-sdk/types/module".BeginBlockAppModule value in variable declaration: AppModule does not implement "github.com/Finschia/finschia-sdk/types/module".BeginBlockAppModule (wrong type for method BeginBlock)
|
Run golangci/golangci-lint-action@v3:
x/fbridge/keeper/auth.go#L95
`if` block ends with a `return` statement, so drop this `else` and outdent its block (golint)
|
Run golangci/golangci-lint-action@v3
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/checkout@v3, technote-space/[email protected], golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run actions/[email protected]
Restore cache failed: Dependencies file is not found in /home/runner/work/finschia-sdk/finschia-sdk. Supported file pattern: go.sum
|
Loading