Skip to content

Comments

Fix citation footnotes#21

Merged
leynos merged 6 commits intomainfrom
codex/fix-citation-format-and-punctuation-in-documentation
Jul 18, 2025
Merged

Fix citation footnotes#21
leynos merged 6 commits intomainfrom
codex/fix-citation-format-and-punctuation-in-documentation

Conversation

@leynos
Copy link
Owner

@leynos leynos commented Jul 15, 2025

Summary

  • patch footnote style in BDD guide
  • add footnote definitions and disable a markdownlint rule for the ordered reference list

Testing

  • make fmt
  • make lint
  • make test
  • make nixie

https://chatgpt.com/codex/tasks/task_e_6876a69a73a08322bb7e6a48e45765e7

Summary by Sourcery

Update documentation to use markdown footnotes for citations and adjust linting rules

Documentation:

  • Convert inline numeric citations to markdown footnote references throughout the BDD guide
  • Add corresponding footnote definitions for each citation at the end of the document
  • Disable markdownlint rule MD029 to support the ordered reference list formatting

@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Jul 15, 2025

Reviewer's Guide

This PR refactors citation footnotes in the BDD guide by migrating inline numeric markers to standard markdown footnote syntax, adding matching footnote definitions, and temporarily disabling the MD029 lint rule for the ordered reference list to maintain numbering. It also includes minor formatting adjustments to accommodate these changes.

Flow diagram for citation footnote processing in the BDD guide

flowchart TD
    A[Author writes BDD guide] --> B[Inserts citation as markdown footnote marker]
    B --> C[Adds footnote definition at end of document]
    C --> D[Disables MD029 for ordered reference list]
    D --> E[User reads guide with improved citation experience]
Loading

File-Level Changes

Change Details Files
Refactored inline citations to markdown footnote syntax
  • Replaced inline numeric markers ‘1’, ‘2’, ‘3’ with [^1], [^2], [^3]
  • Rewrapped affected paragraphs to integrate footnote references
docs/behavioural-testing-in-rust-with-cucumber.md
Added markdown footnote definitions
  • Removed original ordered list entries for citations 1–3
  • Inserted [^1], [^2], [^3] definitions with source details
  • Updated link formatting within the definitions
docs/behavioural-testing-in-rust-with-cucumber.md
Disabled markdownlint rule MD029 around the reference list
  • Added before the citations
  • Added after the citations
docs/behavioural-testing-in-rust-with-cucumber.md

Possibly linked issues

  • Run make fmt #16: The PR directly fixes citation formatting and punctuation issues in the specified documentation, matching the issue description.

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jul 15, 2025

Warning

Rate limit exceeded

@leynos has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 1 minutes and 43 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between db76170 and aa7f3b7.

📒 Files selected for processing (1)
  • docs/behavioural-testing-in-rust-with-cucumber.md (26 hunks)

Summary by CodeRabbit

  • Documentation
    • Updated all inline numeric citations to use Markdown footnote syntax for improved clarity.
    • Reformatted the works cited section into standard Markdown footnotes.
    • Added and adjusted a markdownlint directive to accommodate non-standard list formatting.
    • Improved readability with minor whitespace and line break adjustments.

Summary by CodeRabbit

  • Documentation
    • Updated citation formatting to use Markdown footnotes for improved readability and consistency.
    • Reformatted the works cited section with proper footnote syntax and adjusted indentation.
    • Added markdownlint directives to accommodate the new formatting.
    • Made minor whitespace and line break adjustments.

Walkthrough

Update the documentation to replace inline numeric citations with Markdown footnote syntax. Reformat the works cited section using proper Markdown footnotes. Insert markdownlint rule directives to accommodate the new formatting. Make minor whitespace and line break adjustments. Do not alter any substantive content or logic.

Changes

File(s) Change Summary
docs/behavioural-testing-in-rust-with-cucumber.md Replace inline numeric citations with Markdown footnotes; reformat works cited section; adjust whitespace; add markdownlint rule directives

Sequence Diagram(s)

(No sequence diagram is necessary for documentation-only formatting changes.)

Possibly related issues

Possibly related PRs

Poem

Footnotes now dance at the page’s end,
No more numbers in superscript to send!
Citations are tidy, the markdown is neat,
Works cited now rest at the reader’s feet.
With whitespace trimmed and rules in place,
Documentation wears a tidier face!
📝✨

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch codex/fix-citation-format-and-punctuation-in-documentation

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai auto-generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey @leynos - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 3

📜 Review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ccba565 and 0e3ba20.

📒 Files selected for processing (1)
  • docs/behavioural-testing-in-rust-with-cucumber.md (4 hunks)
🧰 Additional context used
📓 Path-based instructions (2)
docs/**/*.md

Instructions used from:

Sources:
📄 CodeRabbit Inference Engine

  • AGENTS.md
**/*.md

Instructions used from:

Sources:
📄 CodeRabbit Inference Engine

  • AGENTS.md

⚙️ CodeRabbit Configuration File

🪛 LanguageTool
docs/behavioural-testing-in-rust-with-cucumber.md

[grammar] ~1061-~1061: This phrase is duplicated. You should probably use “When Then” only once.
Context: ...^2]: Is it acceptable to write a "Given When Then When Then" test in Gherkin? - Stack Overflow, ac...

(PHRASE_REPETITION)

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🔭 Outside diff range comments (3)
docs/behavioural-testing-in-rust-with-cucumber.md (3)

49-56: Convert table-row citation numbers to footnote syntax

Table rows contain raw numbers (3, 1, 9, 6, …) that should be footnote calls. Leave them as numbers and markdownlint will continue to complain; readers will not find the corresponding sources. Replace each with [ ^n ] and update the definitions block.


89-104: Eliminate stray numeric citations in prose

Occurrences like official documentation.12 and console.13 remain. Replace them with [ ^12 ], [ ^13 ] so the document remains consistent and machine-lintable.


1062-1188: Align footnote definitions and remove fallback list

  • Define every referenced footnote (e.g. [^4], [^5], etc.) immediately after [^3] in the footnote block.
  • Remove the fallback enumerated list (all lines beginning with “1.” under the markdownlint-disable section).
  • Keep the footnote definitions ordered sequentially to satisfy MD051.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0e3ba20 and 02e3e2a.

📒 Files selected for processing (1)
  • docs/behavioural-testing-in-rust-with-cucumber.md (25 hunks)
🧰 Additional context used
📓 Path-based instructions (2)
docs/**/*.md

Instructions used from:

Sources:
📄 CodeRabbit Inference Engine

  • AGENTS.md
**/*.md

Instructions used from:

Sources:
📄 CodeRabbit Inference Engine

  • AGENTS.md

⚙️ CodeRabbit Configuration File

🪛 LanguageTool
docs/behavioural-testing-in-rust-with-cucumber.md

[typographical] ~73-~73: The word ‘When’ starts a question. Add a question mark (“?”) at the end of the sentence.
Context: ...e, pivotal action performed on the SUT. It's the event or trigger whose consequ...

(WRB_QUESTION_MARK)


[uncategorized] ~81-~81: Possible missing comma found.
Context: ...fies BDD. It is not an alien methodology but a structured, collaborative application...

(AI_HYDRA_LEO_MISSING_COMMA)


[misspelling] ~751-~751: This word is normally spelled as one.
Context: ...test exactly one behaviour**.6 A common anti-pattern is to chain multiple actions and outcom...

(EN_COMPOUNDS_ANTI_PATTERN)


[style] ~850-~850: Consider using the typographical ellipsis character here instead.
Context: ...always prefer a custom constructor with #[world(init =...)] over trying to force everything into...

(ELLIPSIS)


[grammar] ~1066-~1066: This phrase is duplicated. You should probably use “When Then” only once.
Context: ...2]: Is it acceptable to write a "Given When Then When Then" test in Gherkin? — Stack Overfl...

(PHRASE_REPETITION)


[typographical] ~1076-~1076: To join two clauses or introduce examples, consider using an em dash.
Context: ...D029 --> 1. Gherkin Syntax in Cucumber - Tutorialspoint, accessed on July 14, 202...

(DASH_RULE)


[typographical] ~1079-~1079: To join two clauses or introduce examples, consider using an em dash.
Context: ...umber_gherkins.htm> 1. Given When Then - Martin Fowler, accessed on July 14, 2025...

(DASH_RULE)


[typographical] ~1082-~1082: Consider using an em dash in dialogues and enumerations.
Context: ...o Start Writing Gherkin Test Scenarios? - [Selleo.com](http:// Selleo.com), a...

(DASH_RULE)


[typographical] ~1086-~1086: To join two clauses or introduce examples, consider using an em dash.
Context: ...g-gherkin-test-scenarios> 1. Reference - Cucumber, accessed on July 14, 2025, <ht...

(DASH_RULE)


[typographical] ~1089-~1089: To join two clauses or introduce examples, consider using an em dash.
Context: ... 1. BDD (Behaviour-Driven Development) - ROBOT FRAMEWORK, accessed on July 14, ...

(DASH_RULE)


[typographical] ~1092-~1092: To join two clauses or introduce examples, consider using an em dash.
Context: ...estcase_styles/bdd> 1. Given-When-Then - Wikipedia, accessed on July 14, 2025, <h...

(DASH_RULE)


[typographical] ~1095-~1095: To join two clauses or introduce examples, consider using an em dash.
Context: ...se "Given-When-Then" Acceptance Criteria - Ranorex, accessed on July 14, 2025, ...

(DASH_RULE)


[typographical] ~1102-~1102: To join two clauses or introduce examples, consider using an em dash.
Context: ...herkin-scenarios.html> 1. Introduction - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1105-~1105: To join two clauses or introduce examples, consider using an em dash.
Context: ...main/> 1. Rust BDD tests with Cucumber - DEV Community, accessed on July 14, 2025...

(DASH_RULE)


[typographical] ~1109-~1109: Consider using an em dash in dialogues and enumerations.
Context: ...ernal test runners or dependencies. - GitHub, accessed on July 14, 2025, <htt...

(DASH_RULE)


[typographical] ~1113-~1113: Consider using an em dash in dialogues and enumerations.
Context: ...ernal test runners or dependencies. - GitHub, accessed on July 14, 2025, <htt...

(DASH_RULE)


[typographical] ~1116-~1116: To join two clauses or introduce examples, consider using an em dash.
Context: ... cucumber-rs/cucumber> 1. cucumber - Rust - Docs.rs, access...

(DASH_RULE)


[typographical] ~1116-~1116: To join two clauses or introduce examples, consider using an em dash.
Context: ...cumber-rs/cucumber> 1. cucumber - Rust - Docs.rs, accessed on J...

(DASH_RULE)


[typographical] ~1119-~1119: To join two clauses or introduce examples, consider using an em dash.
Context: ... 1. Cucumber testing framework for Rust - Crates.io, acces...

(DASH_RULE)


[typographical] ~1122-~1122: To join two clauses or introduce examples, consider using an em dash.
Context: ...ates.io/crates/cucumber> 1. Quickstart - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1125-~1125: To join two clauses or introduce examples, consider using an em dash.
Context: ...t/quickstart.html> 1. Cucumber in Rust - Beginner's Tutorial - Florianrein's Blog...

(DASH_RULE)


[typographical] ~1125-~1125: To join two clauses or introduce examples, consider using an em dash.
Context: .... Cucumber in Rust - Beginner's Tutorial - Florianrein's Blog, accessed on July...

(DASH_RULE)


[typographical] ~1129-~1129: To join two clauses or introduce examples, consider using an em dash.
Context: ...ginners-> tutorial/> 1. Quickstart - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1132-~1132: To join two clauses or introduce examples, consider using an em dash.
Context: ...Pitfalls and Troubleshooting in Cucumber - GeeksforGeeks, accessed on July 14, ...

(DASH_RULE)


[uncategorized] ~1136-~1136: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: .../> 1. How to do error handling in Rust and what are the common pitfalls? - Sta...

(COMMA_COMPOUND_SENTENCE_2)


[typographical] ~1136-~1136: Consider using an em dash in dialogues and enumerations.
Context: ... Rust and what are the common pitfalls? - Stack Overflow, accessed on July 14...

(DASH_RULE)


[typographical] ~1141-~1141: To join two clauses or introduce examples, consider using an em dash.
Context: ...e-common- pitfalls> 1. Data tables - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1144-~1144: To join two clauses or introduce examples, consider using an em dash.
Context: ...a_tables.html> 1. Cucumber Data Tables - Tutorialspoint, accessed on July 14, 202...

(DASH_RULE)


[typographical] ~1152-~1152: To join two clauses or introduce examples, consider using an em dash.
Context: ...cient BDD Testing | by KailashPathak - Medium, accessed on July 14, 2025, <http...

(DASH_RULE)


[typographical] ~1156-~1156: To join two clauses or introduce examples, consider using an em dash.
Context: ...esting-b3eb1c7e9757> 1. Rust Solutions - WireMock, accessed on July 14, 2025, <ht...

(DASH_RULE)


[typographical] ~1159-~1159: To join two clauses or introduce examples, consider using an em dash.
Context: ... 1. Unit-testing a web service in Rust - Julio Merino ([jmmv.dev](http:// jmm...

(DASH_RULE)


[typographical] ~1163-~1163: To join two clauses or introduce examples, consider using an em dash.
Context: ...Best Practices for Effective BDD Testing - BrowserStack, accessed on July 14, 2...

(DASH_RULE)


[typographical] ~1167-~1167: To join two clauses or introduce examples, consider using an em dash.
Context: ...ucumber Testing and How to Overcome Them - Medium, accessed on July 14, 2025, <...

(DASH_RULE)


[typographical] ~1171-~1171: To join two clauses or introduce examples, consider using an em dash.
Context: ...-dc95fffb43c8> 1. Cucumber in cucumber - Rust - Docs.rs, access...

(DASH_RULE)


[typographical] ~1171-~1171: To join two clauses or introduce examples, consider using an em dash.
Context: ...fb43c8> 1. Cucumber in cucumber - Rust - Docs.rs, accessed on J...

(DASH_RULE)


[typographical] ~1174-~1174: To join two clauses or introduce examples, consider using an em dash.
Context: ....html> 1. CLI (command-line interface) - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1177-~1177: To join two clauses or introduce examples, consider using an em dash.
Context: ...in/cli.html> 1. Continuous Integration - Cucumber, accessed on July 14, 2025, <ht...

(DASH_RULE)


[typographical] ~1183-~1183: To join two clauses or introduce examples, consider using an em dash.
Context: ...ing up effective CI/CD for Rust projects - a short primer - [shuttle.dev](http:...

(DASH_RULE)


[typographical] ~1183-~1183: To join two clauses or introduce examples, consider using an em dash.
Context: ...CI/CD for Rust projects - a short primer - shuttle.dev, a...

(DASH_RULE)

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 4

📜 Review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 02e3e2a and eabfff6.

📒 Files selected for processing (1)
  • docs/behavioural-testing-in-rust-with-cucumber.md (26 hunks)
🧰 Additional context used
📓 Path-based instructions (2)
docs/**/*.md

Instructions used from:

Sources:
📄 CodeRabbit Inference Engine

  • AGENTS.md
**/*.md

Instructions used from:

Sources:
📄 CodeRabbit Inference Engine

  • AGENTS.md

⚙️ CodeRabbit Configuration File

🪛 LanguageTool
docs/behavioural-testing-in-rust-with-cucumber.md

[typographical] ~74-~74: The word ‘When’ starts a question. Add a question mark (“?”) at the end of the sentence.
Context: ...e, pivotal action performed on the SUT. It's the event or trigger whose consequ...

(WRB_QUESTION_MARK)


[style] ~197-~197: Consider using the typographical ellipsis character here instead.
Context: ...a custom constructor function using the #[world(init = ...)] attribute.[^20] ### 2.4 Your First ...

(ELLIPSIS)


[style] ~321-~321: Consider using the typographical ellipsis character here instead.
Context: ...ssions.[^16] - Cucumber Expressions (expr = "..."): This is the recommended defau...

(ELLIPSIS)


[style] ~328-~328: Consider using the typographical ellipsis character here instead.
Context: ...on signature. - Regular Expressions (regex = "..."): For more complex matching nee...

(ELLIPSIS)


[style] ~329-~329: Consider using the typographical ellipsis character here instead.
Context: ...egex syntax can be used. Capture groups (...) in the regex correspond to function...

(ELLIPSIS)


[style] ~352-~352: Consider using the typographical ellipsis character here instead.
Context: ...(())passes, while one that returns anErr(...)` fails. This has two major benefits: ...

(ELLIPSIS)


[style] ~352-~352: Consider a different verb to strengthen your wording.
Context: ... that returns an Err(...) fails. This has two major benefits: 1. **Cleaner Code:...

(HAS_OFFERS)


[misspelling] ~754-~754: This word is normally spelled as one.
Context: ...t exactly one behaviour**.[^6] A common anti-pattern is to chain multiple actions and outcom...

(EN_COMPOUNDS_ANTI_PATTERN)


[style] ~853-~853: Consider using the typographical ellipsis character here instead.
Context: ...always prefer a custom constructor with #[world(init =...)] over trying to force everything into...

(ELLIPSIS)


[uncategorized] ~896-~896: Loose punctuation mark.
Context: ...ing fixed delays ( tokio::time::sleep) to "wait" for an operation to complete....

(UNLIKELY_OPENING_PUNCTUATION)


[grammar] ~921-~921: Please add a punctuation mark at the end of paragraph.
Context: ... the problem.[^22] For example, a panic on `world.last_response.as_ref().unwrap()...

(PUNCTUATION_PARAGRAPH_END)


[grammar] ~1069-~1069: This phrase is duplicated. You should probably use “When Then” only once.
Context: ...2]: Is it acceptable to write a "Given When Then When Then" test in Gherkin? — Stack Overfl...

(PHRASE_REPETITION)


[typographical] ~1079-~1079: To join two clauses or introduce examples, consider using an em dash.
Context: ...ber_gherkins.htm> [^5]: Given When Then - Martin Fowler, accessed on July 14, 2025...

(DASH_RULE)


[typographical] ~1082-~1082: Consider using an em dash in dialogues and enumerations.
Context: ...o Start Writing Gherkin Test Scenarios? - [Selleo.com](http:// Selleo.com), a...

(DASH_RULE)


[typographical] ~1086-~1086: To join two clauses or introduce examples, consider using an em dash.
Context: ...gherkin-test-scenarios> [^7]: Reference - Cucumber, accessed on July 14, 2025, <ht...

(DASH_RULE)


[typographical] ~1091-~1091: To join two clauses or introduce examples, consider using an em dash.
Context: ...tcase_styles/bdd> [^9]: Given-When-Then - Wikipedia, accessed on July 14, 2025, <h...

(DASH_RULE)


[typographical] ~1100-~1100: To join two clauses or introduce examples, consider using an em dash.
Context: ...kin-scenarios.html> [^12]: Introduction - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1103-~1103: To join two clauses or introduce examples, consider using an em dash.
Context: ...n/> [^13]: Rust BDD tests with Cucumber - DEV Community, accessed on July 14, 2025...

(DASH_RULE)


[typographical] ~1108-~1108: Consider using an em dash in dialogues and enumerations.
Context: ...est runners or dependencies. - GitHub, accessed on July 14, 2025, <htt...

(DASH_RULE)


[typographical] ~1115-~1115: To join two clauses or introduce examples, consider using an em dash.
Context: ... cucumber-rs/cucumber> [^16]: cucumber - Rust - Docs.rs, access...

(DASH_RULE)


[typographical] ~1115-~1115: To join two clauses or introduce examples, consider using an em dash.
Context: ...ber-rs/cucumber> [^16]: cucumber - Rust - Docs.rs, accessed on J...

(DASH_RULE)


[typographical] ~1120-~1120: To join two clauses or introduce examples, consider using an em dash.
Context: ...s.io/crates/cucumber> [^18]: Quickstart - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1126-~1126: To join two clauses or introduce examples, consider using an em dash.
Context: ...ners-> tutorial/> [^20]: Quickstart - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1129-~1129: To join two clauses or introduce examples, consider using an em dash.
Context: ...Pitfalls and Troubleshooting in Cucumber - GeeksforGeeks, accessed on July 14, ...

(DASH_RULE)


[uncategorized] ~1133-~1133: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: ... [^22]: How to do error handling in Rust and what are the common pitfalls? - Sta...

(COMMA_COMPOUND_SENTENCE_2)


[typographical] ~1133-~1133: Consider using an em dash in dialogues and enumerations.
Context: ... Rust and what are the common pitfalls? - Stack Overflow, accessed on July 14...

(DASH_RULE)


[typographical] ~1138-~1138: To join two clauses or introduce examples, consider using an em dash.
Context: ...ommon- pitfalls> [^23]: Data tables - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1149-~1149: To join two clauses or introduce examples, consider using an em dash.
Context: ...cient BDD Testing | by KailashPathak - Medium, accessed on July 14, 2025, <http...

(DASH_RULE)


[typographical] ~1153-~1153: To join two clauses or introduce examples, consider using an em dash.
Context: ...ing-b3eb1c7e9757> [^27]: Rust Solutions - WireMock, accessed on July 14, 2025, <ht...

(DASH_RULE)


[typographical] ~1163-~1163: To join two clauses or introduce examples, consider using an em dash.
Context: ...ucumber Testing and How to Overcome Them - Medium, accessed on July 14, 2025, <...

(DASH_RULE)


[typographical] ~1167-~1167: To join two clauses or introduce examples, consider using an em dash.
Context: ...95fffb43c8> [^31]: Cucumber in cucumber - Rust - Docs.rs, access...

(DASH_RULE)


[typographical] ~1167-~1167: To join two clauses or introduce examples, consider using an em dash.
Context: ...3c8> [^31]: Cucumber in cucumber - Rust - Docs.rs, accessed on J...

(DASH_RULE)


[typographical] ~1170-~1170: To join two clauses or introduce examples, consider using an em dash.
Context: ...ml> [^32]: CLI (command-line interface) - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1173-~1173: To join two clauses or introduce examples, consider using an em dash.
Context: ...cli.html> [^33]: Continuous Integration - Cucumber, accessed on July 14, 2025, <ht...

(DASH_RULE)


[typographical] ~1178-~1178: To join two clauses or introduce examples, consider using an em dash.
Context: ...ing up effective CI/CD for Rust projects - a short primer - [shuttle.dev](http:...

(DASH_RULE)


[typographical] ~1178-~1178: To join two clauses or introduce examples, consider using an em dash.
Context: ...CI/CD for Rust projects - a short primer - shuttle.dev, a...

(DASH_RULE)

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

♻️ Duplicate comments (2)
docs/behavioural-testing-in-rust-with-cucumber.md (2)

1077-1077: Eliminate orphaned standalone URL

The naked URL is not referenced from the body, violates MD051, and breaks the ordered footnote list. Delete it or turn it into a properly referenced [^4] footnote.

-<https://www.tutorialspoint.com/cucumber/cucumber_gherkins.htm>

1086-1090: Repair malformed footnote [^7]

The URL is split across two lines, and the date format contradicts project spelling rules. Merge the URL into one token and switch the date to “14 July 2025”.

-[^7]: Reference - Cucumber, accessed on July 14, 2025, <https://cucumber.io/>
-    docs/> gherkin/reference/>
+[^7]: *Reference — Cucumber*, accessed on 14 July 2025,  
+    <https://cucumber.io/docs/gherkin/reference/>
📜 Review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between eabfff6 and 5a56a56.

📒 Files selected for processing (1)
  • docs/behavioural-testing-in-rust-with-cucumber.md (26 hunks)
🧰 Additional context used
📓 Path-based instructions (2)
docs/**/*.md

Instructions used from:

Sources:
📄 CodeRabbit Inference Engine

  • AGENTS.md
**/*.md

Instructions used from:

Sources:
📄 CodeRabbit Inference Engine

  • AGENTS.md

⚙️ CodeRabbit Configuration File

🪛 LanguageTool
docs/behavioural-testing-in-rust-with-cucumber.md

[typographical] ~74-~74: The word ‘When’ starts a question. Add a question mark (“?”) at the end of the sentence.
Context: ...e, pivotal action performed on the SUT. It's the event or trigger whose consequ...

(WRB_QUESTION_MARK)


[uncategorized] ~82-~82: Possible missing comma found.
Context: ...fies BDD. It is not an alien methodology but a structured, collaborative application...

(AI_HYDRA_LEO_MISSING_COMMA)


[style] ~197-~197: Consider using the typographical ellipsis character here instead.
Context: ...a custom constructor function using the #[world(init = ...)] attribute.[^20] ### 2.4 Your First ...

(ELLIPSIS)


[style] ~321-~321: Consider using the typographical ellipsis character here instead.
Context: ...ssions.[^16] - Cucumber Expressions (expr = "..."): This is the recommended defau...

(ELLIPSIS)


[uncategorized] ~322-~322: Possible missing comma found.
Context: ...fault. They are less powerful than regex but are more readable and explicitly desi...

(AI_HYDRA_LEO_MISSING_COMMA)


[style] ~328-~328: Consider using the typographical ellipsis character here instead.
Context: ...on signature. - Regular Expressions (regex = "..."): For more complex matching nee...

(ELLIPSIS)


[style] ~329-~329: Consider using the typographical ellipsis character here instead.
Context: ...egex syntax can be used. Capture groups (...) in the regex correspond to function...

(ELLIPSIS)


[style] ~352-~352: Consider using the typographical ellipsis character here instead.
Context: ...(())passes, while one that returns anErr(...)` fails. This has two major benefits: ...

(ELLIPSIS)


[style] ~352-~352: Consider a different verb to strengthen your wording.
Context: ... that returns an Err(...) fails. This has two major benefits: 1. **Cleaner Code:...

(HAS_OFFERS)


[misspelling] ~754-~754: This word is normally spelled as one.
Context: ...t exactly one behaviour**.[^6] A common anti-pattern is to chain multiple actions and outcom...

(EN_COMPOUNDS_ANTI_PATTERN)


[style] ~853-~853: Consider using the typographical ellipsis character here instead.
Context: ...always prefer a custom constructor with #[world(init =...)] over trying to force everything into...

(ELLIPSIS)


[uncategorized] ~896-~896: Loose punctuation mark.
Context: ...ing fixed delays ( tokio::time::sleep) to "wait" for an operation to complete....

(UNLIKELY_OPENING_PUNCTUATION)


[grammar] ~921-~921: Please add a punctuation mark at the end of paragraph.
Context: ... the problem.[^22] For example, a panic on `world.last_response.as_ref().unwrap()...

(PUNCTUATION_PARAGRAPH_END)


[grammar] ~1069-~1069: This phrase is duplicated. You should probably use “When Then” only once.
Context: ...2]: Is it acceptable to write a "Given When Then When Then" test in Gherkin? — Stack Overfl...

(PHRASE_REPETITION)


[typographical] ~1079-~1079: To join two clauses or introduce examples, consider using an em dash.
Context: ...ber_gherkins.htm> [^5]: Given When Then - Martin Fowler, accessed on 14 July 2025,...

(DASH_RULE)


[typographical] ~1082-~1082: Consider using an em dash in dialogues and enumerations.
Context: ...o Start Writing Gherkin Test Scenarios? - [Selleo.com](http:// Selleo.com), a...

(DASH_RULE)


[typographical] ~1086-~1086: To join two clauses or introduce examples, consider using an em dash.
Context: ...gherkin-test-scenarios> [^7]: Reference - Cucumber, accessed on July 14, 2025, <ht...

(DASH_RULE)


[typographical] ~1091-~1091: To join two clauses or introduce examples, consider using an em dash.
Context: ...tcase_styles/bdd> [^9]: Given-When-Then - Wikipedia, accessed on 14 July 2025, <ht...

(DASH_RULE)


[typographical] ~1100-~1100: To join two clauses or introduce examples, consider using an em dash.
Context: ...kin-scenarios.html> [^12]: Introduction - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1103-~1103: To join two clauses or introduce examples, consider using an em dash.
Context: ...n/> [^13]: Rust BDD tests with Cucumber - DEV Community, accessed on July 14, 2025...

(DASH_RULE)


[uncategorized] ~1106-~1106: Although a hyphen is possible, it is not necessary in a compound modifier in which the first word is an adverb that ends in ‘ly’.
Context: ...-cucumber-4p68> [^14]: Cucumber-rs — fully-native Cucumber testing framework for Rust wit...

(HYPHENATED_LY_ADVERB_ADJECTIVE)


[uncategorized] ~1106-~1106: Possible missing comma found.
Context: ...y-native Cucumber testing framework for Rust with no external test runners or de...

(AI_HYDRA_LEO_MISSING_COMMA)


[typographical] ~1110-~1110: To join two clauses or introduce examples, consider using an em dash.
Context: ...AidaPaul/cucumber-rust> [^16]: cucumber - Rust - Docs.rs, access...

(DASH_RULE)


[typographical] ~1110-~1110: To join two clauses or introduce examples, consider using an em dash.
Context: ...l/cucumber-rust> [^16]: cucumber - Rust - Docs.rs, accessed on J...

(DASH_RULE)


[typographical] ~1115-~1115: To join two clauses or introduce examples, consider using an em dash.
Context: ...s.io/crates/cucumber> [^18]: Quickstart - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1121-~1121: To join two clauses or introduce examples, consider using an em dash.
Context: ...ners-> tutorial/> [^20]: Quickstart - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1124-~1124: To join two clauses or introduce examples, consider using an em dash.
Context: ...Pitfalls and Troubleshooting in Cucumber - GeeksforGeeks, accessed on July 14, ...

(DASH_RULE)


[uncategorized] ~1128-~1128: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: ... [^22]: How to do error handling in Rust and what are the common pitfalls? - Sta...

(COMMA_COMPOUND_SENTENCE_2)


[typographical] ~1128-~1128: Consider using an em dash in dialogues and enumerations.
Context: ... Rust and what are the common pitfalls? - Stack Overflow, accessed on July 14...

(DASH_RULE)


[typographical] ~1133-~1133: To join two clauses or introduce examples, consider using an em dash.
Context: ...ommon- pitfalls> [^23]: Data tables - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1144-~1144: To join two clauses or introduce examples, consider using an em dash.
Context: ...cient BDD Testing | by KailashPathak - Medium, accessed on July 14, 2025, <http...

(DASH_RULE)


[typographical] ~1148-~1148: To join two clauses or introduce examples, consider using an em dash.
Context: ...ing-b3eb1c7e9757> [^27]: Rust Solutions - WireMock, accessed on July 14, 2025, <ht...

(DASH_RULE)


[typographical] ~1158-~1158: To join two clauses or introduce examples, consider using an em dash.
Context: ...ucumber Testing and How to Overcome Them - Medium, accessed on July 14, 2025, <...

(DASH_RULE)


[typographical] ~1162-~1162: To join two clauses or introduce examples, consider using an em dash.
Context: ...95fffb43c8> [^31]: Cucumber in cucumber - Rust - Docs.rs, access...

(DASH_RULE)


[typographical] ~1162-~1162: To join two clauses or introduce examples, consider using an em dash.
Context: ...3c8> [^31]: Cucumber in cucumber - Rust - Docs.rs, accessed on J...

(DASH_RULE)


[typographical] ~1165-~1165: To join two clauses or introduce examples, consider using an em dash.
Context: ...ml> [^32]: CLI (command-line interface) - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1168-~1168: To join two clauses or introduce examples, consider using an em dash.
Context: ...cli.html> [^33]: Continuous Integration - Cucumber, accessed on July 14, 2025, <ht...

(DASH_RULE)


[typographical] ~1173-~1173: To join two clauses or introduce examples, consider using an em dash.
Context: ...ing up effective CI/CD for Rust projects - a short primer - [shuttle.dev](http:...

(DASH_RULE)


[typographical] ~1173-~1173: To join two clauses or introduce examples, consider using an em dash.
Context: ...CI/CD for Rust projects - a short primer - shuttle.dev, a...

(DASH_RULE)

🔇 Additional comments (1)
docs/behavioural-testing-in-rust-with-cucumber.md (1)

1082-1084: Fix broken URL and date in footnote [^6]

The hyperlink is fractured by a line break and the date format is wrong. Join the URL and use day–month–year.

-[^6]: How To Start Writing Gherkin Test Scenarios? - [Selleo.com](http://
-    Selleo.com), accessed on 14 July 2025, <https://selleo.com/blog/how-to->
-    start-writing-gherkin-test-scenarios>
+[^6]: *How to Start Writing Gherkin Test Scenarios?* — Selleo, accessed on 14 July 2025,  
+    <https://selleo.com/blog/how-to-start-writing-gherkin-test-scenarios>

Likely an incorrect or invalid review comment.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 4

📜 Review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 5a56a56 and db76170.

📒 Files selected for processing (1)
  • docs/behavioural-testing-in-rust-with-cucumber.md (26 hunks)
🧰 Additional context used
📓 Path-based instructions (2)
docs/**/*.md

Instructions used from:

Sources:
📄 CodeRabbit Inference Engine

  • AGENTS.md
**/*.md

Instructions used from:

Sources:
📄 CodeRabbit Inference Engine

  • AGENTS.md

⚙️ CodeRabbit Configuration File

🪛 LanguageTool
docs/behavioural-testing-in-rust-with-cucumber.md

[typographical] ~74-~74: The word ‘When’ starts a question. Add a question mark (“?”) at the end of the sentence.
Context: ...e, pivotal action performed on the SUT. It's the event or trigger whose consequ...

(WRB_QUESTION_MARK)


[uncategorized] ~82-~82: Possible missing comma found.
Context: ...fies BDD. It is not an alien methodology but a structured, collaborative application...

(AI_HYDRA_LEO_MISSING_COMMA)


[style] ~197-~197: Consider using the typographical ellipsis character here instead.
Context: ...a custom constructor function using the #[world(init = ...)] attribute.[^20] ### 2.4 Your First ...

(ELLIPSIS)


[style] ~321-~321: Consider using the typographical ellipsis character here instead.
Context: ...ssions.[^16] - Cucumber Expressions (expr = "..."): This is the recommended defau...

(ELLIPSIS)


[uncategorized] ~322-~322: Possible missing comma found.
Context: ...fault. They are less powerful than regex but are more readable and explicitly desi...

(AI_HYDRA_LEO_MISSING_COMMA)


[style] ~328-~328: Consider using the typographical ellipsis character here instead.
Context: ...on signature. - Regular Expressions (regex = "..."): For more complex matching nee...

(ELLIPSIS)


[style] ~329-~329: Consider using the typographical ellipsis character here instead.
Context: ...egex syntax can be used. Capture groups (...) in the regex correspond to function...

(ELLIPSIS)


[style] ~352-~352: Consider using the typographical ellipsis character here instead.
Context: ...(())passes, while one that returns anErr(...)` fails. This has two major benefits: ...

(ELLIPSIS)


[style] ~352-~352: Consider a different verb to strengthen your wording.
Context: ... that returns an Err(...) fails. This has two major benefits: 1. **Cleaner Code:...

(HAS_OFFERS)


[misspelling] ~754-~754: This word is normally spelled as one.
Context: ...t exactly one behaviour**.[^6] A common anti-pattern is to chain multiple actions and outcom...

(EN_COMPOUNDS_ANTI_PATTERN)


[style] ~853-~853: Consider using the typographical ellipsis character here instead.
Context: ...always prefer a custom constructor with #[world(init =...)] over trying to force everything into...

(ELLIPSIS)


[uncategorized] ~896-~896: Loose punctuation mark.
Context: ...ing fixed delays ( tokio::time::sleep) to "wait" for an operation to complete....

(UNLIKELY_OPENING_PUNCTUATION)


[grammar] ~921-~921: Please add a punctuation mark at the end of paragraph.
Context: ... the problem.[^22] For example, a panic on `world.last_response.as_ref().unwrap()...

(PUNCTUATION_PARAGRAPH_END)


[grammar] ~1069-~1069: This phrase is duplicated. You should probably use “When Then” only once.
Context: ...2]: Is it acceptable to write a "Given When Then When Then" test in Gherkin? — Stack Overfl...

(PHRASE_REPETITION)


[typographical] ~1077-~1077: To join two clauses or introduce examples, consider using an em dash.
Context: ...ide-f2e179d5e2df> [^5]: Given When Then - Martin Fowler, accessed on 14 July 2025,...

(DASH_RULE)


[typographical] ~1080-~1080: Consider using an em dash in dialogues and enumerations.
Context: ...o Start Writing Gherkin Test Scenarios? - [Selleo.com](http:// Selleo.com), a...

(DASH_RULE)


[typographical] ~1087-~1087: To join two clauses or introduce examples, consider using an em dash.
Context: ...erkin/reference/> [^9]: Given-When-Then - Wikipedia, accessed on 14 July 2025, <ht...

(DASH_RULE)


[typographical] ~1094-~1094: To join two clauses or introduce examples, consider using an em dash.
Context: ...kin-scenarios.html> [^12]: Introduction - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1097-~1097: To join two clauses or introduce examples, consider using an em dash.
Context: ...n/> [^13]: Rust BDD tests with Cucumber - DEV Community, accessed on July 14, 2025...

(DASH_RULE)


[uncategorized] ~1100-~1100: Although a hyphen is possible, it is not necessary in a compound modifier in which the first word is an adverb that ends in ‘ly’.
Context: ...-cucumber-4p68> [^14]: Cucumber-rs — fully-native Cucumber testing framework for Rust wit...

(HYPHENATED_LY_ADVERB_ADJECTIVE)


[uncategorized] ~1100-~1100: Possible missing comma found.
Context: ...y-native Cucumber testing framework for Rust with no external test runners or de...

(AI_HYDRA_LEO_MISSING_COMMA)


[typographical] ~1104-~1104: To join two clauses or introduce examples, consider using an em dash.
Context: ...AidaPaul/cucumber-rust> [^16]: cucumber - Rust - Docs.rs, access...

(DASH_RULE)


[typographical] ~1104-~1104: To join two clauses or introduce examples, consider using an em dash.
Context: ...l/cucumber-rust> [^16]: cucumber - Rust - Docs.rs, accessed on J...

(DASH_RULE)


[typographical] ~1109-~1109: To join two clauses or introduce examples, consider using an em dash.
Context: ...s.io/crates/cucumber> [^18]: Quickstart - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1115-~1115: To join two clauses or introduce examples, consider using an em dash.
Context: ...ners-> tutorial/> [^20]: Quickstart - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1118-~1118: To join two clauses or introduce examples, consider using an em dash.
Context: ...Pitfalls and Troubleshooting in Cucumber - GeeksforGeeks, accessed on July 14, ...

(DASH_RULE)


[uncategorized] ~1122-~1122: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: ... [^22]: How to do error handling in Rust and what are the common pitfalls? - Sta...

(COMMA_COMPOUND_SENTENCE_2)


[typographical] ~1122-~1122: Consider using an em dash in dialogues and enumerations.
Context: ... Rust and what are the common pitfalls? - Stack Overflow, accessed on July 14...

(DASH_RULE)


[typographical] ~1127-~1127: To join two clauses or introduce examples, consider using an em dash.
Context: ...ommon- pitfalls> [^23]: Data tables - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1138-~1138: To join two clauses or introduce examples, consider using an em dash.
Context: ...cient BDD Testing | by KailashPathak - Medium, accessed on July 14, 2025, <http...

(DASH_RULE)


[typographical] ~1142-~1142: To join two clauses or introduce examples, consider using an em dash.
Context: ...ing-b3eb1c7e9757> [^27]: Rust Solutions - WireMock, accessed on July 14, 2025, <ht...

(DASH_RULE)


[typographical] ~1152-~1152: To join two clauses or introduce examples, consider using an em dash.
Context: ...ucumber Testing and How to Overcome Them - Medium, accessed on July 14, 2025, <...

(DASH_RULE)


[typographical] ~1156-~1156: To join two clauses or introduce examples, consider using an em dash.
Context: ...95fffb43c8> [^31]: Cucumber in cucumber - Rust - Docs.rs, access...

(DASH_RULE)


[typographical] ~1156-~1156: To join two clauses or introduce examples, consider using an em dash.
Context: ...3c8> [^31]: Cucumber in cucumber - Rust - Docs.rs, accessed on J...

(DASH_RULE)


[typographical] ~1159-~1159: To join two clauses or introduce examples, consider using an em dash.
Context: ...ml> [^32]: CLI (command-line interface) - Cucumber Rust Book, accessed on July 14,...

(DASH_RULE)


[typographical] ~1162-~1162: To join two clauses or introduce examples, consider using an em dash.
Context: ...cli.html> [^33]: Continuous Integration - Cucumber, accessed on July 14, 2025, <ht...

(DASH_RULE)


[typographical] ~1167-~1167: To join two clauses or introduce examples, consider using an em dash.
Context: ...ing up effective CI/CD for Rust projects - a short primer - [shuttle.dev](http:...

(DASH_RULE)


[typographical] ~1167-~1167: To join two clauses or introduce examples, consider using an em dash.
Context: ...CI/CD for Rust projects - a short primer - shuttle.dev, a...

(DASH_RULE)

🔇 Additional comments (1)
docs/behavioural-testing-in-rust-with-cucumber.md (1)

38-43: Fill the missing [ ^4 ] citation or renumber the series.

[^5] and [^6] appear before any [^4] call-out, breaching markdownlint
MD051 (sequential footnote references). Insert the omitted reference or
renumber all call-outs/definitions to restore a strict ascending sequence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant