mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #22690 - shanavas786:skip-gstreamer-dir, r=jdm
Exclude gstreamer from tidiness check <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [x] These changes fix ##22689 <!-- Either: --> - [x] These changes do not require tests <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22690) <!-- Reviewable:end -->
This commit is contained in:
commit
fde83f733d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,6 @@ files = [
|
||||||
"./tests/wpt/mozilla/meta/MANIFEST.json",
|
"./tests/wpt/mozilla/meta/MANIFEST.json",
|
||||||
"./tests/wpt/webgl/meta/MANIFEST.json",
|
"./tests/wpt/webgl/meta/MANIFEST.json",
|
||||||
"./support/android/openssl.sh",
|
"./support/android/openssl.sh",
|
||||||
"./support/linux/gstreamer/gstreamer.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",
|
||||||
# Our import script is not currently respecting the lint.
|
# Our import script is not currently respecting the lint.
|
||||||
|
@ -71,6 +70,7 @@ files = [
|
||||||
directories = [
|
directories = [
|
||||||
# Upstream
|
# Upstream
|
||||||
"./support/android/apk",
|
"./support/android/apk",
|
||||||
|
"./support/linux/gstreamer",
|
||||||
"./support/magicleap/Servo2D/.vscode",
|
"./support/magicleap/Servo2D/.vscode",
|
||||||
"./support/magicleap/Servo2D/code/inc.gen",
|
"./support/magicleap/Servo2D/code/inc.gen",
|
||||||
"./support/magicleap/Servo2D/code/src.gen",
|
"./support/magicleap/Servo2D/code/src.gen",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue