1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix formatting of cmd/tools/vtest-cleancode.v after resolving conflicts

This commit is contained in:
Delyan Angelov 2022-11-04 15:12:41 +02:00
parent 7f91db695c
commit 2dffb04650
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -42,7 +42,7 @@ const verify_known_failing_exceptions = [
'vlib/v/checker/tests/modules/deprecated_module/main.v' /* adds deprecated_module. module prefix to imports, even though the folder has v.mod */,
'vlib/gg/m4/graphic.v',
'vlib/gg/m4/m4_test.v',
'vlib/gg/m4/matrix.v',
'vlib/gg/m4/matrix.v'
// TODOs and unfixed vfmt bugs
'vlib/v/tests/inout/string_interpolation_inner_expr_cbr.vv', /* for new string interpolation, prevent resolving to nested interpolation */
'vlib/v/tests/string_new_interpolation_test.v', /* new string interpolation */