mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-29 17:59:24 +00:00
doc(dev): update claude md for git worktrees (#15020)
This commit is contained in:
parent
6610883fe1
commit
fb895c91e4
@ -19,6 +19,7 @@
|
||||
"Bash(python -m pytest:*)",
|
||||
"Bash(yarn:*)",
|
||||
"Bash(./gradlew:*)",
|
||||
"Bash(../gradlew :metadata-ingestion:lintFix:*)",
|
||||
"Bash(gw:*)"
|
||||
],
|
||||
"deny": []
|
||||
|
||||
@ -21,6 +21,12 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||
./gradlew :metadata-ingestion:lintFix # Python linting auto-fix (ruff only)
|
||||
```
|
||||
|
||||
If you are using git worktrees then exclude this as that might cause git related failures when running any gradle command.
|
||||
|
||||
```
|
||||
./gradlew ... -x generateGitPropertiesGlobal
|
||||
```
|
||||
|
||||
**Development setup:**
|
||||
|
||||
```bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user