Skip to content

Commit

Permalink
Merge pull request #222 from saily/patch-1
Browse files Browse the repository at this point in the history
Fix documentation for `max-scenarios-per-file` and `no-restricted-patterns`
  • Loading branch information
vsiakka committed Mar 25, 2020
2 parents fbcfb38 + dcff8e8 commit 04710cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ All patterns are treated as case insensitive.
The rule can be configured like this:
```
{
"no-restricted-patterns": ["on", {[
"no-restricted-patterns": ["on", {
"Global": [
"^globally restricted pattern"
],
Expand All @@ -109,7 +109,7 @@ The rule can be configured like this:
"show last response",
"a debugging step"
]
]}]
}]
}
```

Expand Down Expand Up @@ -159,7 +159,7 @@ The `max-scenarios-per-file` supports some configuration options:
The configuration looks like this (showing the defaults):
```
{
"max-scenarios-per-file": {"on", {"maxScenarios": 10, "countOutlineExamples": true}}
"max-scenarios-per-file": ["on", {"maxScenarios": 10, "countOutlineExamples": true}]
}
```

Expand Down

0 comments on commit 04710cd

Please sign in to comment.