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 331087c7955fb0d9bcc2c6d96ec96d3b8accdc66
Author: Lukasz Lenart <[email protected]>
AuthorDate: Fri Oct 10 12:40:44 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": [],

Reply via email to