Skip to content

Commit d2573bd

Browse files
authored
Merge pull request #478 from netwrix/dev
remove Dale from doc-pr-fix verification step
2 parents c7622dd + fc10452 commit d2573bd

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.claude/skills/doc-pr-fix/SKILL.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,15 @@ When editing:
5252

5353
## Step 4: Verify
5454

55-
After all edits, run both linters on every file you changed:
55+
After all edits, run Vale on every file you changed:
5656

5757
```bash
5858
vale <file>
5959
```
6060

6161
Fix any new Vale errors. Re-run until zero errors remain.
6262

63-
Then run Dale:
64-
65-
```
66-
/dale <file>
67-
```
68-
69-
Fix any Dale violations.
70-
71-
Repeat the vale-then-dale cycle until both are clean.
63+
Do NOT run Dale or any other skills during verification — just Vale.
7264

7365
## Step 5: Commit and push
7466

0 commit comments

Comments
 (0)