Skip to content

Commit 7fcce0e

Browse files
committed
Put in a ? after a comma in the YAML pattern
1 parent 27da319 commit 7fcce0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/patterns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ patterns:
7575
- ^keyPassphrase$
7676
- ^.* = (?:None|True|False),?$
7777
- ^.* = \.\.\.,?$
78-
- ^(?:this\.)?[A-Za-z_]+\,$
78+
- ^(?:this\.)?[A-Za-z_]+\,?$
7979
- ^(?:[a-zA-Z_]+(?:\(\))?\.)*[a-zA-Z_]+\(\)$
8080
- ^(?:str|int|bool)( +#.*)?$
8181
- ^[ \t]+$

0 commit comments

Comments
 (0)