Skip to content

Commit

Permalink
add prefix_matching_enabled to config schema
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek committed Jul 10, 2023
1 parent 00eb5ea commit 5542209
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,12 @@
"default": "regexp",
"enum": ["glob", "regexp"],
"examples": ["glob"]
},
"prefix_matching_enabled": {
"title": "Enable prefix matching",
"description": "This an optional field describing if rules should be matched using path prefixes, defaults to false.",
"type": "boolean",
"default": false
}
}
},
Expand Down

0 comments on commit 5542209

Please sign in to comment.