Skip to content

Commit 1035971

Browse files
authored
Merge pull request #4475 from DataDog/tonycthsu/fix-linter-doc
Fix linter doc
2 parents c788106 + df2c757 commit 1035971

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/DevelopmentGuide.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -310,17 +310,17 @@ For non-Ruby code, follow the instructions below to debug locally, if CI failed
310310

311311
- For `yamllint`, run:
312312
```bash
313-
docker run --rm -v $(pwd):/app -w /app cytopia/yamllint .
313+
docker run --rm -v $(pwd):/dd-trace-rb -w /dd-trace-rb cytopia/yamllint .
314314
```
315315

316316
- For `actionlint`, run:
317317
```bash
318-
docker run --rm -v $(pwd):/app -w /app rhysd/actionlint -color
318+
docker run --rm -v $(pwd):/dd-trace-rb -w /dd-trace-rb rhysd/actionlint -color
319319
```
320320

321321
- For `zizmor`, run:
322322
```bash
323-
docker run --rm -v $(pwd):/app -w /app -e GH_TOKEN=$(gh auth token) ghcr.io/woodruffw/zizmor --min-severity low .
323+
docker run --rm -v $(pwd):/dd-trace-rb -w /dd-trace-rb -e GH_TOKEN=$(gh auth token) ghcr.io/woodruffw/zizmor --min-severity low .
324324
```
325325

326326
## Appendix

0 commit comments

Comments
 (0)