github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/.textlintrc (about) 1 { 2 "filters": { 3 "comments": true 4 }, 5 "rules": { 6 "no-todo": true, 7 "terminology": { 8 "defaultTerms": true, 9 "skip": ["Code", "Image"], 10 "terms": [ 11 "AMD64", 12 "ARM64", 13 "Bash", 14 "Colima", 15 "Docker", 16 "Drush", 17 "Git", 18 "GitHub", 19 "Mutagen", 20 "MySQL", 21 "phpMyAdmin", 22 "Traefik", 23 "Xdebug", 24 ["(\\s)ddev", "DDEV"], 25 ["(\\s)http", "HTTP"], 26 ["(\\s)https", "HTTPS"], 27 ["(\\s)SSH", "SSH"], 28 ["web-?server", "web server"] 29 ], 30 "exclude": [ 31 "back[- ]end(\\w*)", 32 "command ?line", 33 "front[- ]end(\\w*)", 34 "web[- ]?site(s)?" 35 ] 36 }, 37 "stop-words": { 38 "defaultWords": false, 39 "words": [ 40 ["just"], 41 ["simply"] 42 ], 43 } 44 } 45 }