|
| 1 | +# Custom configuration file for the typos action |
| 2 | +# Excludes some folders with non-english language content |
| 3 | +# Excludes certain words as false-positives - mainly in js or |
| 4 | +# that can't be changed for b/c |
| 5 | + |
| 6 | +[files] |
| 7 | +extend-exclude = [ |
| 8 | + "/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/*", |
| 14 | +] |
| 15 | + |
| 16 | +[default.extend-words] |
| 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 | +Formater="Formater" # Used in AbstractDataCollector of debug plugin |
| 32 | +hel="hel" # Variable name in MenusHelper |
| 33 | +identicals="identicals" # administrator\components\com_templates\tmpl\template\default.php |
| 34 | +linke="linke" # name of com_content field |
| 35 | +occurence="occurence" # Used in plg_system_debug\widgets\languageStrings\widget.es5.js |
| 36 | +ot="ot" # Valid use as OTP and Livelap[bB]ot |
| 37 | +Querys="Querys" # $backupExtraQuerys in administrator\components\com_installer\src\Model\UpdatesitesModel.php |
| 38 | +shepard="shepard" # CSS filename reference to upstream library |
| 39 | +supercedes="supercedes" # Valid spelling rejected https://github.com/crate-ci/typos/issues/1325 |
| 40 | +ue="ue" # selector in queries |
| 41 | +vertexes="vertexes" # Valid spelling waiting fix https://github.com/crate-ci/typos/issues/1150 |
| 42 | +wheres="wheres" # $wheres in modules\mod_related_items\src\Helper\RelatedItemsHelper.php |
0 commit comments