Skip to content

ResourcePopulator

ResourcePopulator #3

Triggered via pull request June 5, 2024 23:01
Status Failure
Total duration 4m 3s
Artifacts

reviewdog.yml

on: pull_request
reviewdog-errors
3m 52s
reviewdog-errors
reviewdog-warnings
3m 45s
reviewdog-warnings
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 2 warnings
reviewdog-warnings: ledger/simulation/resources.go#L634
[Lint Warnings] reported by reviewdog 🐶 func `(*TxnResources).getTotalRefs` is unused (unused) Raw Output: ledger/simulation/resources.go:634:24: func `(*TxnResources).getTotalRefs` is unused (unused) func (r *TxnResources) getTotalRefs() int { ^
reviewdog-warnings: ledger/simulation/resources.go#L640
[Lint Warnings] reported by reviewdog 🐶 func `(*TxnResources).hasRoom` is unused (unused) Raw Output: ledger/simulation/resources.go:640:24: func `(*TxnResources).hasRoom` is unused (unused) func (r *TxnResources) hasRoom() bool { ^
reviewdog-warnings: ledger/simulation/resources.go#L644
[Lint Warnings] reported by reviewdog 🐶 func `(*TxnResources).hasRoomForAccount` is unused (unused) Raw Output: ledger/simulation/resources.go:644:24: func `(*TxnResources).hasRoomForAccount` is unused (unused) func (r *TxnResources) hasRoomForAccount() bool { ^
reviewdog-warnings: ledger/simulation/resources.go#L648
[Lint Warnings] reported by reviewdog 🐶 func `(*TxnResources).hasRoomForCrossRef` is unused (unused) Raw Output: ledger/simulation/resources.go:648:24: func `(*TxnResources).hasRoomForCrossRef` is unused (unused) func (r *TxnResources) hasRoomForCrossRef() bool { ^
reviewdog-warnings: ledger/simulation/resources.go#L652
[Lint Warnings] reported by reviewdog 🐶 func `(*TxnResources).hasRoomForBoxWithApp` is unused (unused) Raw Output: ledger/simulation/resources.go:652:24: func `(*TxnResources).hasRoomForBoxWithApp` is unused (unused) func (r *TxnResources) hasRoomForBoxWithApp() bool { ^
reviewdog-warnings: ledger/simulation/resources.go#L658
[Lint Warnings] reported by reviewdog 🐶 func `(*TxnResources).hasApp` is unused (unused) Raw Output: ledger/simulation/resources.go:658:24: func `(*TxnResources).hasApp` is unused (unused) func (r *TxnResources) hasApp(app basics.AppIndex) bool { ^
reviewdog-warnings: ledger/simulation/resources.go#L664
[Lint Warnings] reported by reviewdog 🐶 func `(*TxnResources).hasAsset` is unused (unused) Raw Output: ledger/simulation/resources.go:664:24: func `(*TxnResources).hasAsset` is unused (unused) func (r *TxnResources) hasAsset(aid basics.AssetIndex) bool { ^
reviewdog-warnings: ledger/simulation/resources.go#L670
[Lint Warnings] reported by reviewdog 🐶 func `(*TxnResources).hasAccount` is unused (unused) Raw Output: ledger/simulation/resources.go:670:24: func `(*TxnResources).hasAccount` is unused (unused) func (r *TxnResources) hasAccount(addr basics.Address) bool { ^
reviewdog-warnings: ledger/simulation/resources.go#L690
[Lint Warnings] reported by reviewdog 🐶 func `(*TxnResources).addBox` is unused (unused) Raw Output: ledger/simulation/resources.go:690:24: func `(*TxnResources).addBox` is unused (unused) func (r *TxnResources) addBox(app basics.AppIndex, name string) { ^
reviewdog-errors: ledger/simulation/resources.go#L610
[Lint Errors] reported by reviewdog 🐶 `transaciton` is a misspelling of `transactions` (misspell) Raw Output: ledger/simulation/resources.go:610:66: `transaciton` is a misspelling of `transactions` (misspell) // The static fields are resource arrays that were given in the transaciton group and thus cannot be removed ^
reviewdog-errors: ledger/simulation/resources.go#L609
[Lint Errors] reported by reviewdog 🐶 exported: exported type TxnResources should have comment or be unexported (revive) Raw Output: ledger/simulation/resources.go:609:6: exported: exported type TxnResources should have comment or be unexported (revive) type TxnResources struct { ^
reviewdog-errors: ledger/simulation/resources.go#L694
[Lint Errors] reported by reviewdog 🐶 exported: exported type PopulatedArrays should have comment or be unexported (revive) Raw Output: ledger/simulation/resources.go:694:6: exported: exported type PopulatedArrays should have comment or be unexported (revive) type PopulatedArrays struct { ^
reviewdog-errors: ledger/simulation/resources.go#L730
[Lint Errors] reported by reviewdog 🐶 exported: exported type ResourcePopulator should have comment or be unexported (revive) Raw Output: ledger/simulation/resources.go:730:6: exported: exported type ResourcePopulator should have comment or be unexported (revive) type ResourcePopulator struct { ^
reviewdog-errors: ledger/simulation/resources.go#L824
[Lint Errors] reported by reviewdog 🐶 exported: exported function MakeResourcePopulator should have comment or be unexported (revive) Raw Output: ledger/simulation/resources.go:824:1: exported: exported function MakeResourcePopulator should have comment or be unexported (revive) func MakeResourcePopulator(txnGroup []transactions.SignedTxnWithAD) ResourcePopulator { ^
reviewdog-errors
reviewdog exited with status code: 1
reviewdog-warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
reviewdog-errors
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.