-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fr] QUART_DHEURE removing temp_off #11050
Conversation
WalkthroughThe pull request modifies the Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (2)languagetool-language-modules/fr/src/main/resources/org/languagetool/rules/fr/grammar.xml (2)
Since this rule is being enabled by default, please ensure that any relevant documentation (like README files or rule documentation) is updated to reflect this change. Let's check for documentation that might need updates:
The removal of Let's check for existing tests and related documentation: ✅ Verification successfulRule is well-defined and ready for production The QUART_DHEURE rule appears to be properly implemented with:
The removal of 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Check for test cases and documentation related to QUART_DHEURE rule
# Search for test cases
echo "Searching for test cases..."
rg -l "QUART_DHEURE" languagetool-language-modules/fr/src/test/
# Check for recent changes or discussions
echo "Checking recent changes..."
rg -l "quart.?d.?heure" languagetool-language-modules/fr/
Length of output: 341 Script: #!/bin/bash
# Let's examine the actual rule implementation and surrounding context
echo "Checking the QUART_DHEURE rule implementation:"
rg -B 2 -A 2 "QUART_DHEURE" languagetool-language-modules/fr/src/main/resources/org/languagetool/rules/fr/grammar.xml
# Let's also check if there are any commented test cases in the XML
echo -e "\nChecking for example/test cases in the rule:"
rg -B 1 -A 1 "<example.*QUART_DHEURE" languagetool-language-modules/fr/src/main/resources/org/languagetool/rules/fr/grammar.xml
Length of output: 660 Script: #!/bin/bash
# Let's get more context around the rule implementation to see the complete rule definition
echo "Getting complete QUART_DHEURE rule definition:"
rg -B 2 -A 15 "QUART_DHEURE" languagetool-language-modules/fr/src/main/resources/org/languagetool/rules/fr/grammar.xml
# Let's also check if there are any unit tests in Java files
echo -e "\nChecking for Java test files:"
fd -e java . languagetool-language-modules/fr/src/test/ --exec rg -l "QUART_DHEURE|quart.?d.?heure" {}
Length of output: 1347 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Removing temp_off (looong overdue)
Summary by CodeRabbit