Skip to content

Conversation

kghbln
Copy link
Member

@kghbln kghbln commented Jul 7, 2025

  • typos and tweaks

Summary by CodeRabbit

  • Documentation
    • Corrected typographical and grammatical errors in the README.
    • Updated minimum PHP version requirement to 8.1.
    • Revised Composer installation command to require version "~2.0".
    • Improved consistency in link labeling and possessive forms.
    • Added translation updates to release notes for versions 2.0.0 and 1.1.0.

* typos and tweaks
Copy link

coderabbitai bot commented Jul 7, 2025

Warning

Rate limit exceeded

@kghbln has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 9 minutes and 41 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 250b9b0 and 634cfcc.

📒 Files selected for processing (1)
  • README.md (5 hunks)
📝 Walkthrough

Walkthrough

The README.md file was revised to correct typographical and grammatical errors, update the minimum PHP version requirement to 8.1, adjust the Composer installation command to require version "~2.0", and standardize naming conventions and possessive forms. No functional or structural documentation changes were introduced.

Changes

Files Change Summary
README.md Corrected typos, grammar, possessive forms, and naming; updated PHP version and Composer command.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 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 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

@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: 0

🧹 Nitpick comments (3)
README.md (3)

55-57: Use a single list marker for consistency

The rest of the document uses dashes (-) for unordered lists, while this block mixes in asterisks (*).
Sticking to one marker keeps the README tidy and silences MD004.

-* [PHP] 8.1 or later (tested up to 8.4)
-* [MediaWiki] 1.43 or later (tested up to 1.43)
-* [Wikibase] 1.43 or later (tested up to 1.43)
+- [PHP] 8.1 or later (tested up to 8.4)
+- [MediaWiki] 1.43 or later (tested up to 1.43)
+- [Wikibase] 1.43 or later (tested up to 1.43)

77-78: Tiny wording nit

“wiki's Special:Version page” is technically correct but a bit clunky.
Consider “your wiki’s Special:Version page” (curly apostrophe) or simply “Special:Version”.


144-145: Bullet style mismatch

Same MD004 issue as above. Switch to dashes for the release-notes list to stay uniform.

-* Raised minimum PHP version to 8.1
+- Raised minimum PHP version to 8.1
📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 17686df and 2a5ef47.

📒 Files selected for processing (1)
  • README.md (6 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
README.md

55-55: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


56-56: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


57-57: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


144-144: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Psalm: MW REL1_43, PHP 8.3
🔇 Additional comments (2)
README.md (2)

12-15: Content update looks good

Link text, possessive form, and grammar improvements here read well and match the new reference label at the bottom. No further action needed.


62-66: Bump to ~2.0 Confirmed
Both checks pass:

  • professional-wiki/wikibase-rdf v2.0.0 is published on Packagist.
  • composer.json in the repo root requires PHP >=8.1.

You can safely update the README install command to use ~2.0.

Copy link

@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: 0

🧹 Nitpick comments (3)
README.md (3)

55-58: Standardize bullet style to satisfy markdownlint MD004

Stars (*) break the uniform list-style and trigger MD004 warnings. Switch to dashes to stay consistent with the rest of the document.

-* [PHP] 8.1 or later (tested up to 8.4)
-* [MediaWiki] 1.43 or later (tested up to 1.43)
-* [Wikibase] 1.43 or later (tested up to 1.43)
+- [PHP] 8.1 or later (tested up to 8.4)
+- [MediaWiki] 1.43 or later (tested up to 1.43)
+- [Wikibase] 1.43 or later (tested up to 1.43)

142-146: Keep list-style consistent in release notes

Same MD004 issue here—dashes are used elsewhere in the file, so adopt them here as well.

-* Raised minimum MediaWiki version to 1.43
-* Raised minimum PHP version to 8.1
-* Translation updates for system messages (thanks @translatewiki and its translator community)
+- Raised minimum MediaWiki version to 1.43
+- Raised minimum PHP version to 8.1
+- Translation updates for system messages (thanks @translatewiki and its translator community)

12-13: Optional: add an Oxford comma for clarity

Minor style tweak—adding a serial comma avoids ambiguity in a three-item list.

-We provide [Wikibase hosting], [Wikibase development] and [Wikibase consulting].
+We provide [Wikibase hosting], [Wikibase development], and [Wikibase consulting].
📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 2a5ef47 and 250b9b0.

📒 Files selected for processing (1)
  • README.md (6 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
README.md

55-55: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


56-56: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


57-57: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


144-144: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


145-145: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


149-149: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


150-150: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: Psalm: MW REL1_43, PHP 8.3
  • GitHub Check: Psalm: MW REL1_43, PHP 8.3

work on nitpicks
@malberts malberts merged commit 790657e into master Jul 7, 2025
16 checks passed
@malberts malberts deleted the kghbln-readme-patch branch July 7, 2025 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants