From 8596d34f19d65333c744cb6545bb5f9a73a141f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 28 Apr 2025 10:07:14 +0300 Subject: [PATCH] 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: --- .gitlab-ci.yml | 8 -------- typos.toml | 32 -------------------------------- 2 files changed, 40 deletions(-) delete mode 100644 typos.toml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5dc30b11b..af85d3dd0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" diff --git a/typos.toml b/typos.toml deleted file mode 100644 index 122d08526..000000000 --- a/typos.toml +++ /dev/null @@ -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/*", -]