Skip to content

Commit

Permalink
fix: Update software terms (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Oct 20, 2021
1 parent d4ed675 commit b9c8263
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
3 changes: 2 additions & 1 deletion integration-tests/package.json
Expand Up @@ -7,7 +7,7 @@
"cspell-integration-tests": "tester.js"
},
"engines": {
"node": ">10"
"node": ">=12.30"
},
"scripts": {
"build": "tsc -p .",
Expand All @@ -18,6 +18,7 @@
"clean-build": "npm run clean && npm run build",
"integration-tests": "node tester.js check -f",
"test-jest": "jest",
"update-snapshots-only": "node tester.js check --update-snapshots",
"update-snapshots": "node tester.js check -u"
},
"author": "Jason Dent",
Expand Down
7 changes: 3 additions & 4 deletions integration-tests/snapshots/django/django/report.yaml
Expand Up @@ -5,7 +5,7 @@ Args: ["**/*.{md,py}"]
Summary:
files: 2703
filesWithIssues: 878
issues: 7791
issues: 7790
errors: 0
Errors: []

Expand Down Expand Up @@ -652,9 +652,8 @@ issues:
- "django/http/response.py:475:19 uncompressing U # uncompressing files."
- "django/middleware/common.py:125:13 referer U referer = request.META.get("
- "django/middleware/common.py:125:46 REFERER U request.META.get('HTTP_REFERER', '')"
- "django/middleware/csrf.py:182:57 netlocs U schemes to list of allowed netlocs, where all"
- "django/middleware/csrf.py:401:31 dont U if getattr(request, '_dont_enforce_csrf_checks"
- "django/middleware/csrf.py:418:62 MITM U (man-in-the-middle, MITM) sends a"
- "django/middleware/csrf.py:401:31 dont U if getattr(request, '_dont_enforce_csrf_checks"
- "django/middleware/csrf.py:418:62 MITM U (man-in-the-middle, MITM) sends a"
- "django/middleware/http.py:2:8 delim U cc_delim_re, get_conditional"
- "django/template/__init__.py:34:19 smartif U - django.template.smartif"
- "django/template/base.py:245:9 upto U upto = 0"
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/snapshots/django/django/snapshot.txt
Expand Up @@ -3,7 +3,7 @@ Repository: django/django
Url: "https://github.com/django/django.git"
Args: ["**/*.{md,py}"]
Lines:
CSpell: Files checked: 2703, Issues found: 7791 in 878 files
CSpell: Files checked: 2703, Issues found: 7790 in 878 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 @@ -647,7 +647,6 @@ Lines:
./django/http/response.py:475:19 - Unknown word (uncompressing) -- # uncompressing files.
./django/middleware/common.py:125:13 - Unknown word (referer) -- referer = request.META.get(
./django/middleware/common.py:125:46 - Unknown word (REFERER) -- request.META.get('HTTP_REFERER', '')
./django/middleware/csrf.py:182:57 - Unknown word (netlocs) -- schemes to list of allowed netlocs, where all
./django/middleware/csrf.py:401:31 - Unknown word (dont) -- if getattr(request, '_dont_enforce_csrf_checks
./django/middleware/csrf.py:418:62 - Unknown word (MITM) -- (man-in-the-middle, MITM) sends a
./django/middleware/http.py:2:8 - Unknown word (delim) -- cc_delim_re, get_conditional
Expand Down
6 changes: 3 additions & 3 deletions packages/cspell-bundled-dicts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cspell-bundled-dicts/package.json
Expand Up @@ -76,7 +76,7 @@
"@cspell/dict-ruby": "^1.0.14",
"@cspell/dict-rust": "^1.0.23",
"@cspell/dict-scala": "^1.0.21",
"@cspell/dict-software-terms": "^2.0.3",
"@cspell/dict-software-terms": "^2.0.4",
"@cspell/dict-typescript": "^1.0.19"
},
"engines": {
Expand Down

0 comments on commit b9c8263

Please sign in to comment.