Files
jaildoctors_dilemma/.claude/settings.local.json

22 lines
599 B
JSON

{
"permissions": {
"allow": [
"Bash(clang-tidy:*)",
"Bash(cat:*)",
"Bash(tools/linter/run_cppcheck.sh:*)",
"Bash(cmake --build:*)",
"Bash(tee:*)",
"Bash(tools/linter/run_clang-tidy.sh:*)",
"Bash(find:*)",
"Bash(for file in source/game/scenes/title.cpp source/game/scenes/game.cpp source/game/entities/player.cpp source/game/options.cpp source/core/rendering/screen.cpp)",
"Bash(do echo \"=== $file ===\")",
"Bash(done)",
"Bash(Xvfb:*)",
"Bash(chmod:*)",
"Bash(timeout:*)"
],
"deny": [],
"ask": []
}
}