Skip to content

Commit

Permalink
Updating vendor regex
Browse files Browse the repository at this point in the history
  • Loading branch information
wietze committed Mar 31, 2024
1 parent 0bef1f0 commit 0ce8e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/schema/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mapping:
required: false
sequence:
- type: str
pattern: '^[%cC][ a-zA-Z0-9&_\-\\%\.\(\):]+(?<!\\)(?<!\.\w{3})$'
pattern: '^[%cC][ a-zA-Z0-9&_\-\+\\%\.\(\):]+(?<!\\)(?<!\.\w{3})$'
desc: Only backslashes, no trailing slashes, folder paths only (so no filenames)
unique: true
required: true
Expand Down Expand Up @@ -101,7 +101,7 @@ mapping:
type: str
required: true
unique: true
pattern: '^[ a-zA-Z0-9&_\-\\%\.\(\)]+$'
pattern: '^[ a-zA-Z0-9&_\-\+\\%\.\(\)]+$'

Type:
type: str
Expand Down

0 comments on commit 0ce8e64

Please sign in to comment.