2 parents f3b5db3 + 4e1c391 commit ade79ccCopy full SHA for ade79cc
1 file changed
CLAUDE.md
@@ -81,8 +81,7 @@ bun run prettier:write # auto-fix JSON / MD / YML formatting
81
```
82
83
- `foundry.toml [lint]` and `.solhintignore` intentionally skip `contracts/CTF/Damn-Vulnerable-DeFi/**` and
84
- `contracts/CTF/ONLYPWNER/**` — their vulnerabilities are by design and would drown the lint output in false
85
- positives.
+ `contracts/CTF/ONLYPWNER/**` — their vulnerabilities are by design and would drown the lint output in false positives.
86
- `prettier` targets `**/*.{json,md,yml}` with `printWidth = 120` and `proseWrap = "always"`.
87
88
## CI (`.github/workflows/ci.yml`)
0 commit comments