This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fix/claude-settings in repository https://gitbox.apache.org/repos/asf/struts.git
commit 6d8a6c37edbec0db21d5542f600020c9957ad7c5 Author: Lukasz Lenart <[email protected]> AuthorDate: Fri Oct 10 12:41:40 2025 +0200 Adds missing braces to avoid Claude Code ignoring the settings.json file --- .claude/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index f9e2a5618..39d42fb19 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -10,11 +10,11 @@ "Bash(mvn:*)", "Bash(git branch:*)", "Bash(git add:*)", - "Bash(git commit:*", + "Bash(git commit:*)", "Bash(git push:*)", "Bash(gh pr view:*)", "Bash(gh pr diff:*)", - "Bash(gh pr create:*", + "Bash(gh pr create:*)", "mcp__jetbrains" ], "deny": [],
