Skip to content

Commit 54ba53a

Browse files
authored
[5.4] typos.toml (joomla#45729)
Sorts and explains the exceptions used by the typos action, also removes two that were fixed upstream.
1 parent f5c7efc commit 54ba53a

File tree

1 file changed

+36
-37
lines changed

1 file changed

+36
-37
lines changed

.github/workflows/typos.toml

Lines changed: 36 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -6,45 +6,44 @@
66
[files]
77
extend-exclude = [
88
"/templates/system/*.html",
9-
"/administrator/components/com_admin/sql/*",
10-
"/build/media_source/vendor/tinymce/langs/*",
11-
"/installation/language/*",
12-
"includes/*.html",
13-
"/plugins/sampledata/testing/*",
9+
"/administrator/components/com_admin/sql/*",
10+
"/build/media_source/vendor/tinymce/langs/*",
11+
"/installation/language/*",
12+
"includes/*.html",
13+
"/plugins/sampledata/testing/*",
1414
]
1515

1616
[default.extend-words]
17-
cachable="cachable"
18-
linke="linke"
19-
exept="exept"
20-
hilight="hilight"
21-
Querys="Querys"
22-
childs="childs"
23-
assigments="assigments"
24-
ue="ue"
25-
hel="hel"
26-
fof="fof"
17+
accordian="accordian" # Not changed for B/C see #36821
18+
assigments="assigments" # Not changed for B/C see #36822
19+
ba="ba" # Used for filename for Bosnian flag
20+
cachable="cachable" # Not changed for B/C see #29808#discussion_r446681316
21+
cll="cll" # Mysql version name
22+
chck="chck" # Used in modal-content-select-field.es6.js
23+
childs="childs" # Used in config-filters.es6.js and language string
24+
cose="cose" # Webauthn COSE algorithm
25+
credate="credate" # Selector in queries
26+
cript="cript" # Used in regex for htaccess.txt and web.config.txt
27+
crypted="crypted" # Used in MD5Handler
28+
datas="datas" # Used in showon.es6.js
29+
deactive="deactive" # Used in searchtools.es6.js
30+
exept="exept" # Used in El.php Greek language stemmer
31+
fof="fof" # To be fixed - outdated code comment in com_postinstall
32+
Formater="Formater" # Used in AbstractDataCollector of debug plugin
33+
hel="hel" # Variable name in MenusHelper
34+
identicals="identicals" # administrator\components\com_templates\tmpl\template\default.php
35+
linke="linke" # name of com_content field
36+
occurence="occurence" # Used in plg_system_debug\widgets\languageStrings\widget.es5.js
37+
ot="ot" # Valid use as OTP and Livelap[bB]ot
38+
Querys="Querys" # $backupExtraQuerys in administrator\components\com_installer\src\Model\UpdatesitesModel.php
39+
shepard="shepard" # CSS filename reference to upstream library
40+
supercedes="supercedes" # Valid spelling rejected https://github.com/crate-ci/typos/issues/1325
41+
ue="ue" # selector in queries
42+
vertexes="vertexes" # Valid spelling waiting fix https://github.com/crate-ci/typos/issues/1150
43+
wheres="wheres" # $wheres in modules\mod_related_items\src\Helper\RelatedItemsHelper.php
44+
45+
# deprecated strings can be removed in 6.0
46+
configurated="configurated"
2747
discernable="discernable"
28-
requestor="requestor"
29-
credate="credate"
30-
rgba="rgba"
31-
occurence="occurence"
32-
shepard="shepard"
33-
chck="chck"
34-
datas="datas"
35-
deactive="deactive"
36-
ba="ba"
37-
crypted="crypted"
38-
cose="cose"
39-
accordian="accordian"
40-
wheres="wheres"
41-
supercedes="supercedes"
42-
vertexes="vertexes"
43-
Formater="Formater"
44-
ot="ot"
45-
cript="cript"
48+
hilight="hilight"
4649
mis="mis"
47-
cll="cll"
48-
identicals="identicals"
49-
# deprecated strings
50-
configurated="configurated"

0 commit comments

Comments
 (0)