Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ type StateMachineEventsTelemetryFactory interface {
Execute(candidateView uint64) protocol_state.StateMachineTelemetryConsumer
}
```
3. Add the package to `.mockery.yaml`. Note: specify the directory where you want the mock to be placed.
3. Add the package to `.mockery.yaml`. Note: specify the directory where you want the mock to be placed..
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix duplicated punctuation typo.

Line 189 ends with placed.. (double period). Please change it to placed. for readability.

Proposed fix
-3. Add the package to `.mockery.yaml`. Note: specify the directory where you want the mock to be placed..
+3. Add the package to `.mockery.yaml`. Note: specify the directory where you want the mock to be placed.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
3. Add the package to `.mockery.yaml`. Note: specify the directory where you want the mock to be placed..
3. Add the package to `.mockery.yaml`. Note: specify the directory where you want the mock to be placed.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 189, Fix the duplicated period at the end of the sentence
that reads "Note: specify the directory where you want the mock to be placed.."
by changing it to a single period ("placed.") in the README step that references
`.mockery.yaml` so the sentence reads correctly.

```
github.com/onflow/flow-go/state/protocol/protocol_state/mock_interfaces:
config:
Expand Down