Open olvrwn opened 1 year ago
I found the following snippets in your repository. I will now analyze these snippets and come up with a plan.
CashBud/CashBud/Scenes/TransactionsManagerMock.swift
✅ Commit e858bd2
• Import "TransactionsManagerProtocol" from "CashBud/Mapper/TransactionsManagerProtocol.swift" • Import "Transaction" from "CashBud/DummyData/Transaction.swift" • Create a class called "TransactionsManagerMock" that conforms to "TransactionsManagerProtocol" • Implement the required functions and properties of "TransactionsManagerProtocol" with mock implementations • Use the "Transaction" model to create mock data for testing purposesSandbox Execution Logs
trunk init
1/3 ✓⡿ Downloading Trunk 1.16.0... ⡿ Downloading Trunk 1.16.0... ⢿ Downloading Trunk 1.16.0... ⣻ Downloading Trunk 1.16.0... ⣽ Downloading Trunk 1.16.0... ⣾ Downloading Trunk 1.16.0... ⣷ Downloading Trunk 1.16.0... ✔ Downloading Trunk 1.16.0... done ⡿ Verifying Trunk sha256... ✔ Verifying Trunk sha256... done ⡿ Unpacking Trunk... ✔ Unpacking Trunk... done ✔ 7 linters were enabled (.trunk/trunk.yaml) checkov 2.4.9 (2 yaml files) git-diff-check (5 files) markdownlint 0.37.0 (1 markdown file) (created .markdownlint.yaml) prettier 3.0.3 (1 markdown, 2 yaml files) trivy 0.45.1 (2 yaml files) trufflehog 3.56.1 (5 files) yamllint 1.32.0 (2 yaml files) (created .yamllint.yaml) Next Steps 1. Read documentation Our documentation can be found at https://docs.trunk.io 2. Get help and give feedback Join the Trunk community at https://slack.trunk.io
trunk fmt CashBud/CashBud/Scenes/TransactionsManagerMock.swift
2/3 ✓Found no applicable linters for the requested path
trunk check --fix CashBud/CashBud/Scenes/TransactionsManagerMock.swift
3/3 ✓Checked 1 file ✔ No issues
I have finished reviewing the code for completeness. I did not find errors for sweep/update-transactions-manager-mock_5
.
.
🎉 Latest improvements to Sweep:
💡 To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request. Join Our Discord
Update the TransactionsManagerMock file by writing a mock for the TransactionsManager.
Checklist
- [X] `CashBud/CashBud/Scenes/TransactionsManagerMock.swift` ✅ Commit [`e858bd2`](https://github.com/olvrwn/CashBud/commit/e858bd2a404665bc8296a0758ce180235c00ae3b)