We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7855ad3 commit f56b807Copy full SHA for f56b807
website/guide/test-rule.md
@@ -40,9 +40,9 @@ The configuration file should be located at a directory that looks like this.
40
```bash{3,5}
41
my-awesome-rules/
42
|- rules/
43
- | |- no-await-in-loop.yml # test file
+ | |- no-await-in-loop.yml # rule file
44
|- rule-tests/
45
- | |- no-await-in-loop-test.yml # rule file
+ | |- no-await-in-loop-test.yml # test file
46
|- sgconfig.yml
47
```
48
0 commit comments