ci: add back vlib/net/http/cookie_test.v as an exception in vtest-cleancode.v

pull/10454/head
Delyan Angelov 2021-06-14 10:20:58 +03:00
parent be3702dcb7
commit dc1c26a2c2
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ const (
]
vfmt_known_failing_exceptions = arrays.merge(verify_known_failing_exceptions, [
'vlib/strconv/' /* prevent conflicts, till the new pure V string interpolation is merged */,
'vlib/net/http/cookie_test.v' /* a very weird bug where `,` keeps on being added in comments */,
'vlib/term/ui/input.v' /* comment after a struct embed is removed */,
'vlib/regex/regex_test.v' /* contains meaningfull formatting of the test case data */,
'vlib/readline/readline_test.v' /* vfmt eats `{ Readline }` from `import readline { Readline }` */,