Implement bonds for fortification #4192
Annotations
7 errors and 1 warning
Run static analysis tests:
chain/bond.go#L106
string-format: no format directive, use errors.New instead (revive)
|
Run static analysis tests:
chain/bond.go#L37
unused-receiver: method receiver 'b' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
chain/bond.go#L61
unused-receiver: method receiver 'b' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
chain/bond_test.go#L234
unused-parameter: parameter 'p' seems to be unused, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
chain/bond.go#L82
unused-receiver: method receiver 'b' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
chain/bond.go#L106
fmt.Errorf can be replaced with errors.New (perfsprint)
|
Run static analysis tests
Process completed with exit code 255.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading