Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Remove 40 character limit on spell checking words #2175

Merged
merged 10 commits into from
Jan 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cspell.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,8 @@
"PredefinedPatterns": {
"enum": [
"Base64",
"Base64MultiLine",
"Base64SingleLine",
"CStyleComment",
"CStyleHexValue",
"CSSHexValue",
Expand All @@ -608,7 +610,9 @@
"PhpHereDoc",
"PublicKey",
"RsaCert",
"SshRsa",
"SHA",
"HashStrings",
"SpellCheckerDisable",
"SpellCheckerDisableBlock",
"SpellCheckerDisableLine",
Expand Down
3 changes: 2 additions & 1 deletion integration-tests/snapshots/AdaDoom3/AdaDoom3/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: ["**/*.*"]
Summary:
files: 105
filesWithIssues: 98
issues: 3079
issues: 3081
errors: 0
Errors: []

Expand Down Expand Up @@ -896,6 +896,7 @@ issues:
- "runsdk.hta:366:86 Krita U install\"></icon> Install Krita Image Editor"
- "runsdk.hta:371:31 decompile U button onClick=\"button_decompileBSP()\" > <icon kind="
- "runsdk.hta:371:78 Decompile U kind=\"destroy\"></icon> Decompile Valve BSPs"
- "Tools/compile-idmap.bat:3:66 Uncompiled U ./Games/DOOM/Assets/Uncompiled/Maps/delta4\""
- "Tools/compile-idmap.py:27:18 groupend U def next_line_is_groupend (line):"
- "Tools/compile-idmap.py:121:98 lfwall U \"textures/base_wall/lfwall13f3\""
- "Tools/compile-idmap.py:260:24 playerclip U if re.search(r'playerclip', line):"
Expand Down
3 changes: 2 additions & 1 deletion integration-tests/snapshots/AdaDoom3/AdaDoom3/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: AdaDoom3/AdaDoom3
Url: "https://github.com/AdaDoom3/AdaDoom3.git"
Args: ["**/*.*"]
Lines:
CSpell: Files checked: 105, Issues found: 3079 in 98 files
CSpell: Files checked: 105, Issues found: 3081 in 98 files
exit code: 1
./Engine/Assembly/PPC/neo-engine-cpu.adb:5:78 - Unknown word (Squirek) -- Copyright (C) 2016 Justin Squirek
./Engine/Assembly/x86-64/neo-engine-cpu.adb:101:111 - Unknown word (OSXSAVE) -- ECX_Register, 27); -- OSXSAVE
Expand Down Expand Up @@ -865,6 +865,7 @@ Lines:
./Games/DOOM/Resource/locale.csv:2:75 - Unknown word (erreur) -- more information?","Une erreur est survenue, voudriez
./Games/DOOM/Resource/locale.csv:2:86 - Unknown word (survenue) -- information?","Une erreur est survenue, voudriez-vous voir
./Games/DOOM/Resource/locale.csv:2:96 - Unknown word (voudriez) -- erreur est survenue, voudriez-vous voir plus d'informations
./Tools/compile-idmap.bat:3:66 - Unknown word (Uncompiled) -- ./Games/DOOM/Assets/Uncompiled/Maps/delta4"
./Tools/compile-idmap.py:121:98 - Unknown word (lfwall) -- "textures/base_wall/lfwall13f3"
./Tools/compile-idmap.py:260:24 - Unknown word (playerclip) -- if re.search(r'playerclip', line):
./Tools/compile-idmap.py:268:24 - Unknown word (monsterclip) -- if re.search(r'monsterclip', line):
Expand Down
6 changes: 5 additions & 1 deletion integration-tests/snapshots/aws-amplify/docs/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ Repository: aws-amplify/docs
Url: "https://github.com/aws-amplify/docs.git"
Args: ["**/*.{md,mdx}"]
Lines:
CSpell: Files checked: 1305, Issues found: 2 in 2 files
CSpell: Files checked: 1305, Issues found: 8 in 6 files
exit code: 1
./src/fragments/lib/auth/flutter/device_features/20_forgetDevice.mdx:20:55 - Unknown word (bcfa) -- _38284cea-6c7f-4a8c-bcfa-ac8946a0d1eb');
./src/fragments/lib/client-configuration/js/js-configuration.mdx:95:30 - Unknown word (testappa) -- user_files_s3_bucket: "testappa321fb103f1f2ae6a4d25d
./src/fragments/ui-legacy/auth/react/tutorial.mdx:87:138 - Unknown word (authentcator) -- Guide](/ui-legacy/auth/authentcator/q/framework/react).
./src/fragments/ui/auth/web/authenticator.mdx:1065:49 - Unknown word (handleauthstatechange) -- fragments/ui/auth/react/handleauthstatechange.mdx";
./src/pages/cli/project/monorepo.mdx:89:28 - Unknown word (nsswamin) -- your schema at /Users/nsswamin/workspace/Experiments
./src/pages/cli/usage/mock.mdx:218:30 - Unknown word (deddd) -- ClientDatabasePrefix": "deddd_AMAZON_COGNITO_USER
144 changes: 74 additions & 70 deletions integration-tests/snapshots/django/django/report.yaml

Large diffs are not rendered by default.

50 changes: 27 additions & 23 deletions integration-tests/snapshots/django/django/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: django/django
Url: "https://github.com/django/django.git"
Args: ["**/*.{md,py}"]
Lines:
CSpell: Files checked: 2730, Issues found: 7114 in 857 files
CSpell: Files checked: 2730, Issues found: 7120 in 857 files
exit code: 1
./django/apps/config.py:125:76 - Unknown word (isclass) -- getmembers(mod, inspect.isclass)
./django/apps/registry.py:132:40 - Unknown word (unconfigured) -- not ready" is due to unconfigured settings, accessing
Expand Down Expand Up @@ -935,28 +935,29 @@ Lines:
./tests/admin_views/tests.py:4610:56 - Unknown word (awesomeiiii) -- the-main-name-and-its-awesomeiiii-2012-02-18')
./tests/admin_views/tests.py:4619:28 - Unknown word (Çkeð) -- ' here is a sŤāÇkeð inline ! '
./tests/admin_views/tests.py:4640:28 - Unknown word (anöther) -- ' now you haVe anöther sŤāÇkeð inline with
./tests/admin_views/tests.py:4657:31 - Unknown word (Ãbűla) -- 'And now, with a tÃbűlaŘ inline !!!'
./tests/admin_views/tests.py:4709:66 - Unknown word (loooong) -- inline with a very loooong '
./tests/admin_views/tests.py:4726:29 - Unknown word (nàmë) -- slug3='the-main-nàmë-and-its-awεšomeıııi
./tests/admin_views/tests.py:4726:42 - Unknown word (awεšomeıııi) -- the-main-nàmë-and-its-awεšomeıııi',
./tests/admin_views/tests.py:4738:75 - Unknown word (loooooooooooooooooo) -- inline with a very ... loooooooooooooooooo',
./tests/admin_views/tests.py:4969:49 - Unknown word (relatedwithuuidpkmodel) -- reverse('admin:admin_views_relatedwithuuidpkmodel_change', args=(related
./tests/admin_views/tests.py:5057:15 - Unknown word (Roboto) -- ['Roboto', 'Lucida Grande',
./tests/admin_views/tests.py:5057:25 - Unknown word (Lucida) -- ['Roboto', 'Lucida Grande', 'Verdana',
./tests/admin_views/tests.py:5057:42 - Unknown word (Verdana) -- , 'Lucida Grande', 'Verdana', 'Arial', 'sans-serif
./tests/admin_views/tests.py:5342:23 - Unknown word (onetoone) -- def test_readonly_onetoone_backwards_ref(self)
./tests/admin_views/tests.py:5403:9 - Unknown word (threepwood) -- threepwood = Character.objects
./tests/admin_views/tests.py:5458:36 - Unknown word (Kilbraken) -- objects.create(name="Kilbraken", age=50, title="Judge
./tests/admin_views/tests.py:4641:14 - Unknown word (loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog) -- 'loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog text... '
./tests/admin_views/tests.py:4657:31 - Unknown word (Ãbűla) -- 'And now, with a tÃbűlaŘ inline !!!'
./tests/admin_views/tests.py:4709:66 - Unknown word (loooong) -- inline with a very loooong '
./tests/admin_views/tests.py:4726:29 - Unknown word (nàmë) -- slug3='the-main-nàmë-and-its-awεšomeıııi
./tests/admin_views/tests.py:4726:42 - Unknown word (awεšomeıııi) -- the-main-nàmë-and-its-awεšomeıııi',
./tests/admin_views/tests.py:4738:75 - Unknown word (loooooooooooooooooo) -- inline with a very ... loooooooooooooooooo',
./tests/admin_views/tests.py:4969:49 - Unknown word (relatedwithuuidpkmodel) -- reverse('admin:admin_views_relatedwithuuidpkmodel_change', args=(related
./tests/admin_views/tests.py:5057:15 - Unknown word (Roboto) -- ['Roboto', 'Lucida Grande',
./tests/admin_views/tests.py:5057:25 - Unknown word (Lucida) -- ['Roboto', 'Lucida Grande', 'Verdana',
./tests/admin_views/tests.py:5057:42 - Unknown word (Verdana) -- , 'Lucida Grande', 'Verdana', 'Arial', 'sans-serif
./tests/admin_views/tests.py:5342:23 - Unknown word (onetoone) -- def test_readonly_onetoone_backwards_ref(self)
./tests/admin_views/tests.py:5403:9 - Unknown word (threepwood) -- threepwood = Character.objects
./tests/admin_views/tests.py:5458:36 - Unknown word (Kilbraken) -- objects.create(name="Kilbraken", age=50, title="Judge
./tests/admin_views/tests.py:608:44 - Unknown word (Karnataka) -- objects.create(name='Karnataka')
./tests/admin_views/tests.py:622:63 - Unknown word (vodcast) -- reverse('admin:admin_views_vodcast_changelist'), {})
./tests/admin_views/tests.py:645:53 - Unknown word (chapterxtra) -- reverse('admin:admin_views_chapterxtra1_changelist')
./tests/admin_views/tests.py:6523:79 - Unknown word (Rossi) -- name='Mario', surname='Rossi')
./tests/admin_views/tests.py:6524:81 - Unknown word (Bianchi) -- 'Antonio', surname='Bianchi')
./tests/admin_views/tests.py:6569:9 - Unknown word (pwdc) -- pwdc = ParentWithDependentChildren
./tests/admin_views/tests.py:6699:64 - Unknown word (explicitlyprovidedpk) -- reverse('admin:admin_views_explicitlyprovidedpk_add'), post_data)
./tests/admin_views/tests.py:6708:64 - Unknown word (implicitlygeneratedpk) -- reverse('admin:admin_views_implicitlygeneratedpk_add'), post_data)
./tests/admin_views/tests.py:6721:7 - Unknown word (Anonynous) -- * Anonynous/non-staff users are
./tests/admin_views/tests.py:6765:14 - Unknown word (unkown) -- def test_unkown_url_without_trailing
./tests/admin_views/tests.py:6523:79 - Unknown word (Rossi) -- name='Mario', surname='Rossi')
./tests/admin_views/tests.py:6524:81 - Unknown word (Bianchi) -- 'Antonio', surname='Bianchi')
./tests/admin_views/tests.py:6569:9 - Unknown word (pwdc) -- pwdc = ParentWithDependentChildren
./tests/admin_views/tests.py:6699:64 - Unknown word (explicitlyprovidedpk) -- reverse('admin:admin_views_explicitlyprovidedpk_add'), post_data)
./tests/admin_views/tests.py:6708:64 - Unknown word (implicitlygeneratedpk) -- reverse('admin:admin_views_implicitlygeneratedpk_add'), post_data)
./tests/admin_views/tests.py:6721:7 - Unknown word (Anonynous) -- * Anonynous/non-staff users are
./tests/admin_views/tests.py:6765:14 - Unknown word (unkown) -- def test_unkown_url_without_trailing
./tests/admin_views/tests.py:788:47 - Unknown word (Choisir) -- assertNotContains(response, 'Choisir une heure')
./tests/admin_views/tests.py:788:59 - Unknown word (heure) -- response, 'Choisir une heure')
./tests/admin_views/tests.py:868:63 - Unknown word (referencedbyparent) -- reverse('admin:admin_views_referencedbyparent_changelist'), {TO_FIELD
Expand Down Expand Up @@ -1048,6 +1049,7 @@ Lines:
./tests/backends/postgresql/test_server_side_cursors.py:50:9 - Unknown word (asser) -- def asserNotUsesCursor(self, queryset
./tests/backends/postgresql/tests.py:245:15 - Unknown word (awef) -- a = ['awef']
./tests/backends/sqlite/test_operations.py:36:40 - Unknown word (verylongmodelnamezzzzzzzzzzzzzzzzzzzzzz) -- DELETE FROM "backends_verylongmodelnamezzzzzzzzzzzzzzzzzzzzzz'
./tests/backends/sqlite/test_operations.py:81:24 - Unknown word (verylongmodelnamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz) -- "'backends_verylongmodelnamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
./tests/backends/test_utils.py:62:24 - Unknown word (Nera) -- ('Asia/Ust+Nera', ('Asia/Ust+Nera',
./tests/backends/tests.py:325:46 - Unknown word (Agnelline) -- name="Mary", last_name="Agnelline").save()
./tests/backends/tests.py:519:34 - Unknown word (MYISAM) -- MySQL+InnoDB and MySQL+MYISAM (something we currently
Expand Down Expand Up @@ -1240,18 +1242,18 @@ Lines:
./tests/generic_views/test_dates.py:145:45 - Unknown word (sortedbyname) -- client.get('/dates/books/sortedbyname/')
./tests/generic_views/test_dates.py:153:45 - Unknown word (sortedbynamedec) -- client.get('/dates/books/sortedbynamedec/')
./tests/generic_views/test_dates.py:202:47 - Unknown word (Testement) -- create(name="The New New Testement", pages=600, pubdate
./tests/generic_views/test_dates.py:240:50 - Unknown word (sortedbypageandnamedec) -- get('/dates/books/2006/sortedbypageandnamedec/')
./tests/generic_views/test_dates.py:26:59 - Unknown word (Bolaño) -- create(name='Roberto Bolaño', slug='roberto-bolano
./tests/generic_views/test_dates.py:26:82 - Unknown word (bolano) -- Bolaño', slug='roberto-bolano')
./tests/generic_views/test_dates.py:750:55 - Unknown word (nopk) -- dates/books/2008/oct/01/nopk/")
./tests/generic_views/test_dates.py:710:57 - Unknown word (byslug) -- dates/books/2006/may/01/byslug/dreaming-in-code/')
./tests/generic_views/test_dates.py:750:55 - Unknown word (nopk) -- dates/books/2008/oct/01/nopk/")
./tests/generic_views/test_detail.py:53:47 - Unknown word (bycustompk) -- get('/detail/author/bycustompk/%s/' % self.author1
./tests/generic_views/test_detail.py:60:47 - Unknown word (byslug) -- get('/detail/author/byslug/scott-rosenberg/')
./tests/generic_views/test_detail.py:67:47 - Unknown word (bycustomslug) -- get('/detail/author/bycustomslug/scott-rosenberg/')
./tests/generic_views/test_detail.py:74:47 - Unknown word (bypkignoreslug) -- get('/detail/author/bypkignoreslug/%s-roberto-bolano/'
./tests/generic_views/test_detail.py:88:47 - Unknown word (bypkandslug) -- get('/detail/author/bypkandslug/%s-roberto-bolano/'
./tests/generic_views/test_edit.py:241:39 - Unknown word (xkcd) -- name': 'Randall Munroe (xkcd)', 'slug': 'randall
./tests/generic_views/test_list.py:117:79 - Unknown word (pagina) -- custom_page_kwarg/', {'pagina': '2'})
./tests/generic_views/test_list.py:236:44 - Unknown word (sortedbypagesandnamedec) -- client.get('/list/books/sortedbypagesandnamedec/')
./tests/generic_views/urls.py:163:33 - Unknown word (sortedbypageandnamedec) -- dates/books/<int:year>/sortedbypageandnamedec/',
./tests/gis_tests/distapp/tests.py:359:25 - Unknown word (southtexascityft) -- # FROM distapp_southtexascityft;
./tests/gis_tests/distapp/tests.py:566:9 - Unknown word (perim) -- perim_m = [18404.35508893
./tests/gis_tests/distapp/tests.py:56:12 - Unknown word (dists) -- tx_dists = [(7000, 22965.83)
Expand Down Expand Up @@ -1695,6 +1697,7 @@ Lines:
./tests/postgres_tests/test_array.py:947:32 - Unknown word (defg) -- field.clean('abc,c,defg')
./tests/postgres_tests/test_constraints.py:462:25 - Unknown word (SPGIST) -- index_type='SPGIST',
./tests/postgres_tests/test_constraints.py:601:25 - Unknown word (TSTZRANGE) -- function = 'TSTZRANGE'
./tests/postgres_tests/test_constraints.py:968:35 - Unknown word (Depracation) -- ExclusionConstraintOpclassesDepracationTests(PostgreSQLTestCase
./tests/postgres_tests/test_hstore.py:81:40 - Unknown word (Tigr) -- HStoreModel(field={'cat': 'TigrOu', 'breed': 'birman
./tests/postgres_tests/test_hstore.py:81:59 - Unknown word (birman) -- 'TigrOu', 'breed': 'birman'}),
./tests/postgres_tests/test_hstore.py:82:40 - Unknown word (minou) -- HStoreModel(field={'cat': 'minou', 'breed': 'ragdoll
Expand Down Expand Up @@ -1828,6 +1831,7 @@ Lines:
./tests/sessions_tests/tests.py:711:26 - Unknown word (requset) -- def response_500(requset):
./tests/settings_tests/tests.py:396:26 - Unknown word (xheader) -- def test_set_without_xheader(self):
./tests/settings_tests/tests.py:640:38 - Unknown word (myhost) -- somesubpath/', 'htp://myhost.com/path/', '/somesubpath
./tests/signing/tests.py:160:52 - Unknown word (Rhemh) -- msxYA0sBohAxLC0BJf8uRhemh0BGU',
./tests/signing/tests.py:51:19 - Unknown word (VQOZ) -- 'Usf3uVQOZ9m6uPfVonKR-EBXjPe7bjMbp
./tests/signing/tests.py:51:52 - Unknown word (Mfsptgkk) -- uPfVonKR-EBXjPe7bjMbp3_Fq8MfsptgkkM1ojidN0BxYaT5HAEN1'
./tests/signing/tests.py:51:62 - Unknown word (ojid) -- bjMbp3_Fq8MfsptgkkM1ojidN0BxYaT5HAEN1'
Expand Down
Loading