ci: Remove typos CI job

It's not really scalable in a repository with lots of different pieces
of code. What is an intentional typo (`fiel`) in one directory might be
an actual typo (`field`) elsewhere, and unfortunately this can't be
configured in a useful way on a per-directory basis.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2208>
This commit is contained in:
Sebastian Dröge 2025-04-28 10:07:14 +03:00 committed by GStreamer Marge Bot
parent 322fc4b400
commit 8596d34f19
2 changed files with 0 additions and 40 deletions

View file

@ -319,14 +319,6 @@ rustfmt:
- cargo fmt --version
- cargo fmt -- --color=always --check
typos:
extends: '.debian:12-stable'
stage: "lint"
tags: [ 'placeholder-job' ]
needs: []
script:
- typos
gstwebrtc-api lint:
image: node:lts
stage: "lint"

View file

@ -1,32 +0,0 @@
[default.extend-words]
ND = "ND" # net/ndi
encrypter = "encrypter"
numer = "numer" # numerator
paeth = "paeth"
seeked = "seeked"
# mux/mp4
fiel = "fiel"
trun = "trun"
# net/rtp/src/ac3 - "5/8ths" - not sure how to allow this without also letting through all typos of 'this'
ths = "ths"
# net/aws
ines = "ines"
Ines = "Ines"
# net/hlsmultivariantsink
cros = "cros"
ue = "ue"
[files]
extend-exclude = [
"*.mcc",
"*.ref",
"*.scc",
"net/webrtc/gstwebrtc-api/src/keysyms.js",
# third party code
"video/closedcaption/src/c/*",
"net/webrtc/gstwebrtc-api/third-party/*",
]