[ai] Update Claude settings and info.#4831
Merged
teverett merged 2 commits intoantlr:masterfrom May 2, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates repository contributor guidance for Maven-based grammar testing and removes committed Claude local permission settings.
Changes:
- Document Maven (
antlr4test-maven-plugin) testing workflows inCLAUDE.md, including common failure modes. - Remove committed
settings.local.jsonfiles under various.claude/directories (local-only permissions).
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
CLAUDE.md |
Adds Maven testing instructions and troubleshooting notes. |
.claude/settings.local.json |
Removes repo-root Claude local permissions file. |
golang/.claude/settings.local.json |
Removes Claude local permissions file for golang/. |
csharp/v8-spec/tooling/.claude/settings.local.json |
Removes Claude local permissions file for tooling. |
csharp/v8-spec/testing/.claude/settings.local.json |
Removes Claude local permissions file for testing. |
csharp/v7/.claude/settings.local.json |
Removes Claude local permissions file for csharp/v7/. |
c/.claude/settings.local.json |
Removes Claude local permissions file for c/. |
ada/.claude/settings.local.json |
Removes Claude local permissions file for ada/. |
ada/ada2012/.claude/settings.local.json |
Removes Claude local permissions file for ada/ada2012/. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Replace `mvn -B package` with `mvn -B clean test` in _scripts/maven.sh so the script runs the documented Maven goal instead of the package phase. - Replace `git clean -f .` advice in CLAUDE.md with a targeted `find examples/ -name "*.errors" -size 0 -delete` command that only removes zero-length .errors files, avoiding accidental loss of untracked test inputs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Member
|
@kaby76 thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.