Ignore webgpu cts in tidy

This commit is contained in:
sagudev 2023-05-25 09:23:12 +02:00
parent e378bea56d
commit caf5cb643b

View file

@ -109,6 +109,8 @@ files = [
"./support/android/openssl.sh", "./support/android/openssl.sh",
# Upstream code from Khronos/WebGL uses tabs for indentation # Upstream code from Khronos/WebGL uses tabs for indentation
"./tests/wpt/webgl/tests", "./tests/wpt/webgl/tests",
# Vendored from upstream
"./tests/wpt/webgpu/tests",
# Our import script is not currently respecting the lint. # Our import script is not currently respecting the lint.
"./tests/wpt/webgl/tools/import-conformance-tests.py", "./tests/wpt/webgl/tools/import-conformance-tests.py",
# Ignore those files since the issues reported are on purpose # Ignore those files since the issues reported are on purpose