Skip to content

Commit

Permalink
fixup! ci: add cspell check
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Perruzza <[email protected]>
  • Loading branch information
EthanPERRUZZA committed Jan 24, 2025
1 parent 25b3519 commit e27a500
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 119 deletions.
31 changes: 31 additions & 0 deletions cspell/acronyms.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
ABAC
BAPR
BMCV
BMVU
CAPI
COVIT
Cruda
DAAT
DGEX
EPSF
EPSG
ERTMS
ETCS
ETML
FLOI
FRMCS
GPRS
IPCS
IPCS
ITCS
MARECO
MRSP
OSRD
QGIS
STDCM
TECS
TSCS
TVDS
VUSS
VUTP
VUTR
32 changes: 23 additions & 9 deletions cspell/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@
"files": [
"**/*.en.md",
"**/*.fr.md",
"*.md",
],
"import": [
"@cspell/dict-rust/cspell-ext.json",
"@cspell/dict-sql/cspell-ext.json",
"@cspell/dict-fr-fr/cspell-ext.json",
],
"dictionaries": [
"sql",
"rust",
"project-words",
"unwanted-words",
"acronyms",
"names",
"project-words",
"rust",
"softwareTerms",
"sql",
"unwanted-words",
],
"overrides": [
{
Expand All @@ -26,6 +28,13 @@
"en-gb",
]
},
{
"filename": "*.md",
"dictionaries": [
"en_US",
"en-gb",
]
},
{
"filename": "**/*.fr.md",
"dictionaries": [
Expand All @@ -36,6 +45,16 @@
"allowCompoundWords": false,
"caseSensitive": false,
"dictionaryDefinitions": [
{
"name": "acronyms",
"path": "./acronyms.txt",
"addWords": true
},
{
"name": "names",
"path": "./names.txt",
"addWords": true
},
{
"name": "project-words",
"path": "./project-words.txt",
Expand All @@ -46,10 +65,5 @@
"path": "./unwanted-words.txt",
"addWords": true
},
{
"name": "names",
"path": "./names.txt",
"addWords": true
},
],
}
16 changes: 8 additions & 8 deletions cspell/names.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Klara
Bellebia
Breit
Senejko's
Céline
Morgane
Loïc
Dessagne
Bellebia
Djamal
Ménin
Senejko
Marchal
Durupt
Klara
Kutta
Loïc
Marchal
Mémin
Ménin
Morgane
Senejko
164 changes: 64 additions & 100 deletions cspell/project-words.txt
Original file line number Diff line number Diff line change
@@ -1,111 +1,75 @@
OSRD
VecDeque
Odoo
Motis
möglich
Remarquable
opensource
TVDS
autonumber
mgsin
Isort
pytype
stringifying
mtlynch
pytest
parallelizable
macbooks
virtiofs
osxkeychain
creds
relref
balise
odometry
Tdriver
Tindication
FLOI
Twarning
maxmemory
allkeys
exploitability
EPSG
autonumber
autosquash
MRSP
Dreiländer
DGEX
QGIS
Kutta's
Kutta
Runge
plpgsql
ABAC
Sémaphore
Clignotant
MARECO
STDCM
editoast
osrdyne
ERTMS
Netzgrafik
Valkey
ETCS
rabbitmq
CODEOWNERS
tchou
balise # In English, the French word is used https://en.wiktionary.org/wiki/balise
Bundesbahnen
choo
pathfinding
topo
ralen
BAPR
xchg
networker
openrail
railjson
Cruda
typesystem
rustc
privs
modelv
privlvl
unsignaled
interprétabilité
GPRS
FRMCS
ETML
EPSF
DAAT
COVIT
VUTR
VUSS
CAPI
BMCV
IPCS
ITCS
TECS
TSCS
VUTP
IPCS
BMVU
opendata
fosdem
clignotant
CODEOWNERS
creds
devroom
Österreichische
Bundesbahnen
Schweizerische
Bundesbahnen
eurobalises
dreiländer
editoast
eurobalise
eurobalises
eurocab
euroloop
Euroradio
euroradio
exploitability
fosdem
hashées
interprétabilité
isort
linté
macbooks
maxmemory
mgsin
modelv
möglich
motis
mtlynch
networker
netzgrafik
odométriques
eurocab
odometry
Odoo
opendata
openrail
osrdyne
österreichische
osxkeychain
parallelizable
pathfinding
plpgsql
privlvl
privs
pytest
pytype
rabbitmq
railjson
ralen
redistribuable
refacto
relref
remarquable # We use it in the English part to exlplain what tge PR acronym is in OSRD
réplicas
Runge
rustc
schweizerische
scopé
scoper
hashées
linté
Transifex
refacto
fabriquants
redistribuable
sémaphore
stringifying
tchou
Tdriver
Tindication
topo
tractionner
Transifex
Twarning
typesystem
unsignaled
Valkey
VecDeque
virtiofs
xchg
5 changes: 3 additions & 2 deletions cspell/unwanted-words.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
autoplay
dont
imagepostlinkedin
marginauto
opensource
pageinfo
dont
autoplay

0 comments on commit e27a500

Please sign in to comment.