Files
UNIT3D-Community-Edition/cspell.json
Roardom 72a1e1a885 refactor: rename warnings/bans/notes <-> user/staff relations
These relations are older than the laravel convention for using camel case. Clean up their names to match modern styling and make them easier to read.
2025-11-08 10:23:22 +00:00

280 lines
4.7 KiB
JSON

{
"version": "0.2",
"language": "en",
"words": [
"amoled",
"apikey",
"bbcode",
"chatbox",
"chgrp",
"cinematographed",
"commentable",
"commenters",
"comparate",
"comparates",
"dcma",
"downloaders",
"EACCES",
"fa-crosshairs",
"fa-wpforms",
"fbclid",
"followees",
"freeleech",
"freeleeches",
"gitupdate",
"hsts",
"leechtime",
"nfos",
"nord",
"participations",
"prewarn",
"prewarning",
"reindex",
"remux",
"rsses",
"rsskey",
"rsskeys",
"runbot",
"seedbonus",
"seedsize",
"shoutbox",
"stickied",
"stylesheet",
"subforum",
"sublicensable",
"supervisorctl",
"textareas",
"totp",
"trumpable",
"tzip",
"unactivated",
"unban",
"unbans",
"unbookmark",
"unbookmarked",
"unclaims",
"uncompromised",
"unconnectable",
"unfollow",
"unfollowed",
"unfollower",
"unfollows",
"unmark",
"unmoderated",
"unparticipated",
"unreads",
"unsatisfieds",
"unsnooze",
"unsticky",
"unvalidated",
"uploaders",
"upsert",
"upserting",
"upserts",
"webfonts",
"webroot",
"winzip",
"woot",
],
"ignoreWords": [
"abcdef0123456789",
"aboutus",
"activefl",
"apimatch",
"appurl",
"auth.appl-closed",
"auth.appl-intro",
"auth.appl-reason",
"autocat",
"autodis",
"autogroup",
"autoigdb",
"autoimdb",
"autokeywords",
"automal",
"autoreg",
"autores",
"autotmdb",
"autotvdb",
"chatbody",
"chatrooms",
"chatstatus",
"chatstatuses",
"clientblacklist",
"doubleup",
"doubleupload",
"extremeuser",
"healthcheck",
"helpdesk",
"hiddencaptcha",
"highresolution",
"highspeed",
"hitandruns",
"hitrun",
"howto",
"insaneuser",
"javascripts",
"latestversion",
"linethrough",
"masspm",
"mediahub",
"modq",
"namedquote",
"nerdbot",
"nerdstat",
"nontouch",
"openreg",
"orderedlistalpha",
"orderedlistnumerical",
"invites_restriced",
"personalrelease",
"poweruser",
"quicksearch",
"revokefeature",
"request.dont-have-bps",
"shoutout",
"shoutouts",
"signups",
"sitename",
"softdelete",
"sparkels",
"statsgroupmenu",
"statsrequestmenu",
"statstorrentmenu",
"statsusermenu",
"stat.request-pending-aproval",
"systembot",
"testcode",
"testuser",
"torrent.revokefeatured",
"unorderedlist",
"watchlist",
"welcomepm",
],
"ignoreRegExpList": [
"bitcoin-address",
],
"patterns": [
{
"name": "bitcoin-address",
"pattern": "/[a-z0-9]{42}/",
}
],
"ignorePaths": [
"app/Console/Commands/DemoSeed.php",
"app/Helpers/Markdown.php",
"app/Helpers/MarkdownExtra.php",
"app/Helpers/MediaInfo.php",
"config/censor.php",
"config/language.php",
"config/secure-headers.php",
"database/migrations/20{1,2{0,1,2,3,4}}*",
"database/schema/mysql-schema.sql",
"database/seeders/DistributorSeeder.php",
"database/seeders/MediaLanguageSeeder.php",
"lang/",
"public/vendor/livewire/livewire.js",
"resources/js/unit3d/helper.js",
"resources/js/unit3d/parser.js",
"resources/js/vendor",
"resources/sass/vendor",
"resources/views/torrent/partials/mediainfo.blade.php",
"resources/views/vendor/mail",
"tests/Unit/Helpers/MarkdownExtraTest.php",
"composer.json",
"package.json",
"phpstan.neon",
"phpstan-baseline.neon",
"pint.json",
"*.svg",
],
"dictionaries": [
"bittorrent",
"blade",
"brands",
"dependencies",
"dependency_terms",
"html",
"irc",
"laravel",
"mysql",
"people",
"php",
"php_constants",
"php_functions",
"redis",
],
"dictionaryDefinitions": [
{
"name": "bittorrent",
"path": "./.cspell/bittorrent.txt",
"addWords": false
},
{
"name": "blade",
"path": "./.cspell/blade.txt",
"addWords": false
},
{
"name": "brands",
"path": "./.cspell/brands.txt",
"addWords": false
},
{
"name": "dependencies",
"path": "./.cspell/dependencies.txt",
"addWords": false
},
{
"name": "dependency_terms",
"path": "./.cspell/dependency_terms.txt",
"addWords": false
},
{
"name": "html",
"path": "./.cspell/html.txt",
"addWords": false
},
{
"name": "irc",
"path": "./.cspell/irc.txt",
"addWords": false
},
{
"name": "laravel",
"path": "./.cspell/laravel.txt",
"addWords": false
},
{
"name": "mysql",
"path": "./.cspell/mysql.txt",
"addWords": false
},
{
"name": "people",
"path": "./.cspell/people.txt",
"addWords": false
},
{
"name": "php",
"path": "./.cspell/php.txt",
"addWords": false
},
{
"name": "php_functions",
"path": "./.cspell/php_functions.txt",
"addWords": false
},
{
"name": "php_constants",
"path": "./.cspell/php_constants.txt",
"addWords": false
},
{
"name": "redis",
"path": "./.cspell/redis.txt",
"addWords": false
},
],
}