From caf5cb643bb8760ef882a40117a56dce04610df7 Mon Sep 17 00:00:00 2001 From: sagudev <16504129+sagudev@users.noreply.github.com> Date: Thu, 25 May 2023 09:23:12 +0200 Subject: [PATCH] Ignore webgpu cts in tidy --- servo-tidy.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/servo-tidy.toml b/servo-tidy.toml index b22afbf5ecf..8254b04bd91 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -109,6 +109,8 @@ files = [ "./support/android/openssl.sh", # Upstream code from Khronos/WebGL uses tabs for indentation "./tests/wpt/webgl/tests", + # Vendored from upstream + "./tests/wpt/webgpu/tests", # Our import script is not currently respecting the lint. "./tests/wpt/webgl/tools/import-conformance-tests.py", # Ignore those files since the issues reported are on purpose