Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .fortlsrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
"benchmarks/",
"examples/",
"tests/",
"misc/",
"src/pre_process/include/2dHardcodedIC.fpp",
"src/pre_process/include/3dHardcodedIC.fpp",
"src/pre_process/include/ExtrusionHardcodedIC.fpp",
"**/m_nvtx*",
"**/syscheck.fpp"
],
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,15 @@ jobs:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
github_token: ${{ github.token }}

show_full_output: true
Comment thread
coderabbitai[bot] marked this conversation as resolved.

claude_args: '--allowed-tools Bash'
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated

plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
plugins: 'code-review@claude-code-plugins'
prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
prompt: |
/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}
Post the results as one top-level PR comment titled "Claude Code Review".
If something prevents you from reviewing (permissions/tools/files), still post a short comment explaining what was blocked.
additional_permissions: |
actions: read