Skip to content

Commit

Permalink
doc contributors guide yarn test missing rule name fix #165
Browse files Browse the repository at this point in the history
  • Loading branch information
rrd108 committed Aug 21, 2024
1 parent 535c946 commit 8e9f38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ yarn rules:generate
- Add at least two tests: one that demonstrates a case where no problems are found and one that highlights an issue.
- Run your tests to ensure they pass:
```bash
yarn test
yarn test ruleName
```
7. **Add the new rule to the analizer**
Expand Down

0 comments on commit 8e9f38e

Please sign in to comment.