From 98a12fdc2e1a24e7545d5e92176ee46fab2bd263 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 7 Mar 2021 19:15:47 +0200 Subject: [PATCH] ci: fix `v test-cleancode` --- cmd/tools/vtest-cleancode.v | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/tools/vtest-cleancode.v b/cmd/tools/vtest-cleancode.v index 546f4dab1d..ec0637470d 100644 --- a/cmd/tools/vtest-cleancode.v +++ b/cmd/tools/vtest-cleancode.v @@ -43,7 +43,6 @@ const ( 'vlib/v/fmt/', 'vlib/v/gen/c/', /* 'vlib/v/gen/js/', */ - 'vlib/v/gen/tests/', 'vlib/v/gen/x64/', 'vlib/v/live/', 'vlib/v/markused/',