mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: enable vfmt check
This commit is contained in:
@ -204,6 +204,7 @@ fn (foptions &FormatOptions) post_process_file(file, formatted_file_path string)
|
||||
}
|
||||
x := util.color_compare_files(diff_cmd, file, formatted_file_path)
|
||||
if x.len != 0 {
|
||||
println("$file is not vfmt'ed")
|
||||
exit(1)
|
||||
}
|
||||
return
|
||||
|
Reference in New Issue
Block a user