Skip to content

Commit 348f98b

Browse files
authored
[6.x] Typos action improvement (#45745)
* [6.x] Typos action improvement small tweaks to the extend-exclude settings Removed the exception for `"/administrator/components/com_admin/sql/*` as its no longer needed Allowed typos to check the en-GB installation language files Corrected the path for `/includes/`
1 parent 967324f commit 348f98b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/typos.toml

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

0 commit comments

Comments
 (0)