Skip to content

Commit

Permalink
fix: make sure reported issues are consistent. (#6032)
Browse files Browse the repository at this point in the history
Co-authored-by: street-side-software-automation[bot] <74785433+street-side-software-automation[bot]@users.noreply.github.com>
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 4, 2024
1 parent 72c65fd commit 06a1a2b
Show file tree
Hide file tree
Showing 35 changed files with 3,680 additions and 135 deletions.
1 change: 1 addition & 0 deletions integration-tests/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@
"path": "ktaranov/sqlserver-kit",
"url": "https://github.com/ktaranov/sqlserver-kit.git",
"args": [
"--issues-summary-report",
"**",
"--exclude=**/Backup/**"
],
Expand Down
8 changes: 7 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: 103
filesWithIssues: 98
issues: 3226
issues: 3245
errors: 0
Errors: []

Expand Down Expand Up @@ -134,9 +134,15 @@ issues:
- "Engine/neo-api-openal.ads:1471:15 Bufferi U procedure alBufferi (bid : Int_Unsigned"
- "Engine/neo-api-openal.ads:1485:15 Bufferfv U procedure alBufferfv (bid : Int_Unsigned"
- "Engine/neo-api-openal.ads:1491:15 Bufferiv U procedure alBufferiv (bid : Int_Unsigned"
- "Engine/neo-api-openal.ads:1532:58 Cenum U Int_Unsigned_C; -- ALCenum"
- "Engine/neo-api-openal.ads:1537:27 devicename U function alcOpenDevice (devicename : String) -- ALCchar"
- "Engine/neo-api-openal.ads:1537:53 Cchar U devicename : String) -- ALCchar*"
- "Engine/neo-api-openal.ads:1543:57 Cboolean U Int_8_Unsigned_C -- ALCboolean"
- "Engine/neo-api-openal.ads:1548:30 attrlist U attrlist : Pointer) -- ALCint"
- "Engine/neo-api-openal.ads:1548:55 Cint U attrlist : Pointer) -- ALCint*"
- "Engine/neo-api-openal.ads:1549:46 Ccontext U return Ptr -- ALCcontext*"
- "Engine/neo-api-openal.ads:1586:70 Csizei U -- ALCsizei"
- "Engine/neo-api-openal.ads:1605:58 Cvoid U : Ptr; -- ALCvoid*"
- "Engine/neo-api-openal.ads:1606:32 samps U samps : Int_Size_C) -- ALCsizei"
- "Engine/neo-api-openal.ads:1609:20 APIENTRY U typedef ALvoid (AL_APIENTRY*PFNALBUFFERDATASTATICPROC"
- "Engine/neo-api-openal.ads:1609:29 PFNALBUFFERDATASTATICPROC U ALvoid (AL_APIENTRY*PFNALBUFFERDATASTATICPROC)(const ALint,ALenum"
Expand Down
8 changes: 7 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: 103, Issues found: 3226 in 98 files.
CSpell: Files checked: 103, Issues found: 3245 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:100:111 - Unknown word (POPCNT) -- ECX_Register, 23); -- POPCNT
Expand Down Expand Up @@ -107,9 +107,15 @@ Engine/neo-api-openal.ads:1457:15 - Unknown word (Bufferf) -- pr
Engine/neo-api-openal.ads:1471:15 - Unknown word (Bufferi) -- procedure alBufferi (bid : Int_Unsigned
Engine/neo-api-openal.ads:1485:15 - Unknown word (Bufferfv) -- procedure alBufferfv (bid : Int_Unsigned
Engine/neo-api-openal.ads:1491:15 - Unknown word (Bufferiv) -- procedure alBufferiv (bid : Int_Unsigned
Engine/neo-api-openal.ads:1532:58 - Unknown word (Cenum) -- Int_Unsigned_C; -- ALCenum
Engine/neo-api-openal.ads:1537:27 - Unknown word (devicename) -- function alcOpenDevice (devicename : String) -- ALCchar
Engine/neo-api-openal.ads:1537:53 - Unknown word (Cchar) -- devicename : String) -- ALCchar*
Engine/neo-api-openal.ads:1543:57 - Unknown word (Cboolean) -- Int_8_Unsigned_C -- ALCboolean
Engine/neo-api-openal.ads:1548:30 - Unknown word (attrlist) -- attrlist : Pointer) -- ALCint
Engine/neo-api-openal.ads:1548:55 - Unknown word (Cint) -- attrlist : Pointer) -- ALCint*
Engine/neo-api-openal.ads:1549:46 - Unknown word (Ccontext) -- return Ptr -- ALCcontext*
Engine/neo-api-openal.ads:1586:70 - Unknown word (Csizei) -- -- ALCsizei
Engine/neo-api-openal.ads:1605:58 - Unknown word (Cvoid) -- : Ptr; -- ALCvoid*
Engine/neo-api-openal.ads:1606:32 - Unknown word (samps) -- samps : Int_Size_C) -- ALCsizei
Engine/neo-api-openal.ads:1609:20 - Unknown word (APIENTRY) -- typedef ALvoid (AL_APIENTRY*PFNALBUFFERDATASTATICPROC
Engine/neo-api-openal.ads:1609:29 - Unknown word (PFNALBUFFERDATASTATICPROC) -- ALvoid (AL_APIENTRY*PFNALBUFFERDATASTATICPROC)(const ALint,ALenum
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["--config=../../../cspell-power-shell-docs.config.yaml","**"]'
Summary:
files: 2683
filesWithIssues: 1239
issues: 5379
issues: 5378
errors: 0
Errors: []

Expand Down Expand Up @@ -5065,7 +5065,6 @@ issues:
- "reference/docs-conceptual/samples/Working-with-Registry-Keys.md:51:3 regedit U (`regedit.exe`)."
- "reference/docs-conceptual/samples/Working-with-Registry-Keys.md:104:37 regini U including `reg.exe`, `regini.exe`, `regedit.exe`"
- "reference/docs-conceptual/samples/Working-with-Registry-Keys.md:104:51 regedit U exe`, `regini.exe`, `regedit.exe`, and COM objects"
- "reference/docs-conceptual/samples/Working-with-Registry-Keys.md:105:49 WMI's U WScript.Shell** and WMI's **StdRegProv** class"
- "reference/docs-conceptual/security/application-control.md:55:1 wevtutil U wevtutil.exe sl PowerShellCore"
- "reference/docs-conceptual/security/overview.yml:12:54 quickstart U tutorial | overview | quickstart | reference |"
- "reference/docs-conceptual/security/overview.yml:82:46 secretmanagement U powershell/utility-modules/secretmanagement/overview"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: MicrosoftDocs/PowerShell-Docs
Url: "https://github.com/MicrosoftDocs/PowerShell-Docs.git"
Args: ["--config=../../../cspell-power-shell-docs.config.yaml","**"]
Lines:
CSpell: Files checked: 2683, Issues found: 5379 in 1239 files.
CSpell: Files checked: 2683, Issues found: 5378 in 1239 files.
exit code: 1
CODE_OF_CONDUCT.md:10:38 - Unknown word (opensource) -- reach out at [aka.ms/opensource/moderation-support]
LICENSE:139:15 - Unknown word (sublicensable) -- non-sublicensable, non-exclusive, irrevocable
Expand Down Expand Up @@ -5059,7 +5059,6 @@ reference/docs-conceptual/samples/Working-with-Registry-Entries.md:187:38 - U
reference/docs-conceptual/samples/Working-with-Registry-Entries.md:251:113 - Unknown word (passthru) -- werShellPath -NewName PSHome -passthru
reference/docs-conceptual/samples/Working-with-Registry-Keys.md:104:37 - Unknown word (regini) -- including `reg.exe`, `regini.exe`, `regedit.exe`
reference/docs-conceptual/samples/Working-with-Registry-Keys.md:104:51 - Unknown word (regedit) -- exe`, `regini.exe`, `regedit.exe`, and COM objects
reference/docs-conceptual/samples/Working-with-Registry-Keys.md:105:49 - Unknown word (WMI's) -- WScript.Shell** and WMI's **StdRegProv** class
reference/docs-conceptual/samples/Working-with-Registry-Keys.md:51:3 - Unknown word (regedit) -- (`regedit.exe`).
reference/docs-conceptual/security/application-control.md:55:1 - Unknown word (wevtutil) -- wevtutil.exe sl PowerShellCore
reference/docs-conceptual/security/overview.yml:12:54 - Unknown word (quickstart) -- tutorial | overview | quickstart | reference |
Expand Down
5 changes: 1 addition & 4 deletions integration-tests/snapshots/TheAlgorithms/Python/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["**/*.{md,py}"]'
Summary:
files: 1337
filesWithIssues: 490
issues: 3312
issues: 3311
errors: 0
Errors: []

Expand Down Expand Up @@ -168,7 +168,6 @@ issues:
- "ciphers/caesar_cipher.py:56:11 Cqks U 'bpm yCqks jzwEv nwF rCuxA wDmz"
- "ciphers/caesar_cipher.py:62:8 qtbjwhfxj U 'f qtbjwhfxj fqumfgjy'"
- "ciphers/caesar_cipher.py:62:18 fqumfgjy U 'f qtbjwhfxj fqumfgjy'"
- "ciphers/caesar_cipher.py:188:30 IH'N U brute_force(\"jFyuMy xIH'N vLONy zILwy Gy!\")[2"
- "ciphers/decrypt_caesar_with_chi_squared.py:56:18 ifmmp U Cipher text: ifmmp"
- "ciphers/decrypt_caesar_with_chi_squared.py:112:24 jhlzhy U ... 'dof pz aol jhlzhy jpwoly zv wvwbshy? pa"
- "ciphers/decrypt_caesar_with_chi_squared.py:112:31 jpwoly U 'dof pz aol jhlzhy jpwoly zv wvwbshy? pa pz avv"
Expand Down Expand Up @@ -250,7 +249,6 @@ issues:
- "ciphers/rot13.py:8:16 onax U \"Zl frperg onax nppbhag ahzore vf 1"
- "ciphers/rot13.py:8:21 nppbhag U \"Zl frperg onax nppbhag ahzore vf 173-52946"
- "ciphers/rot13.py:8:29 ahzore U frperg onax nppbhag ahzore vf 173-52946 fb qba"
- "ciphers/rot13.py:8:52 qba'g U ahzore vf 173-52946 fb qba'g gryy nalbar!!\""
- "ciphers/rot13.py:8:58 gryy U vf 173-52946 fb qba'g gryy nalbar!!\""
- "ciphers/rot13.py:8:63 nalbar U 52946 fb qba'g gryy nalbar!!\""
- "ciphers/rsa_factorization.py:17:5 rsafactor U def rsafactor(d: int, e: int, n: int"
Expand Down Expand Up @@ -819,7 +817,6 @@ issues:
- "machine_learning/loss_functions.py:85:5 bcfe U bcfe_loss = -("
- "machine_learning/loss_functions.py:159:57 CFCE U focal cross-entropy (CFCE) loss between true"
- "machine_learning/loss_functions.py:246:5 cfce U cfce_loss = -np.sum("
- "machine_learning/loss_functions.py:256:43 SVMs U support vector machines (SVMs)."
- "machine_learning/loss_functions.py:405:51 MSLE U squared logarithmic error (MSLE) between ground truth"
- "machine_learning/loss_functions.py:632:5 kullback U def kullback_leibler_divergence(y"
- "machine_learning/loss_functions.py:632:14 leibler U def kullback_leibler_divergence(y_true: np"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: TheAlgorithms/Python
Url: "https://github.com/TheAlgorithms/Python.git"
Args: ["**/*.{md,py}"]
Lines:
CSpell: Files checked: 1337, Issues found: 3312 in 490 files.
CSpell: Files checked: 1337, Issues found: 3311 in 490 files.
exit code: 1
CONTRIBUTING.md:142:33 - Unknown word (pytest) -- doctests will be run by pytest as part of our automated
CONTRIBUTING.md:145:14 - Unknown word (doctest) -- python3 -m doctest -v my_submission.py
Expand Down Expand Up @@ -295,7 +295,6 @@ ciphers/brute_force_caesar_cipher.py:8:30 - Unknown word (SLCDSTW) -- De
ciphers/brute_force_caesar_cipher.py:8:38 - Unknown word (OLCUT) -- using Key #1: SLCDSTW OLCUT
ciphers/brute_force_caesar_cipher.py:9:30 - Unknown word (RKBCRSV) -- Decryption using Key #2: RKBCRSV NKBTS
ciphers/brute_force_caesar_cipher.py:9:38 - Unknown word (NKBTS) -- using Key #2: RKBCRSV NKBTS
ciphers/caesar_cipher.py:188:30 - Unknown word (IH'N) -- brute_force("jFyuMy xIH'N vLONy zILwy Gy!")[2
ciphers/caesar_cipher.py:47:33 - Unknown word (Jgnnq) -- final message would be "Jgnnq, ecrvckp"
ciphers/caesar_cipher.py:47:40 - Unknown word (ecrvckp) -- message would be "Jgnnq, ecrvckp"
ciphers/caesar_cipher.py:56:11 - Unknown word (Cqks) -- 'bpm yCqks jzwEv nwF rCuxA wDmz
Expand Down Expand Up @@ -381,7 +380,6 @@ ciphers/rail_fence_cipher.py:11:10 - Unknown word (olordll) -- 'HWe olord
ciphers/rot13.py:8:16 - Unknown word (onax) -- "Zl frperg onax nppbhag ahzore vf 1
ciphers/rot13.py:8:21 - Unknown word (nppbhag) -- "Zl frperg onax nppbhag ahzore vf 173-52946
ciphers/rot13.py:8:29 - Unknown word (ahzore) -- frperg onax nppbhag ahzore vf 173-52946 fb qba
ciphers/rot13.py:8:52 - Unknown word (qba'g) -- ahzore vf 173-52946 fb qba'g gryy nalbar!!"
ciphers/rot13.py:8:58 - Unknown word (gryy) -- vf 173-52946 fb qba'g gryy nalbar!!"
ciphers/rot13.py:8:63 - Unknown word (nalbar) -- 52946 fb qba'g gryy nalbar!!"
ciphers/rot13.py:8:9 - Unknown word (frperg) -- "Zl frperg onax nppbhag ahzore
Expand Down Expand Up @@ -811,7 +809,6 @@ machine_learning/local_weighted_learning/local_weighted_learning.py:7:14 -
machine_learning/local_weighted_learning/local_weighted_learning.py:7:6 - Unknown word (XᵀWX) -- β = (XᵀWX)⁻¹(XᵀWy),
machine_learning/loss_functions.py:159:57 - Unknown word (CFCE) -- focal cross-entropy (CFCE) loss between true
machine_learning/loss_functions.py:246:5 - Unknown word (cfce) -- cfce_loss = -np.sum(
machine_learning/loss_functions.py:256:43 - Unknown word (SVMs) -- support vector machines (SVMs).
machine_learning/loss_functions.py:405:51 - Unknown word (MSLE) -- squared logarithmic error (MSLE) between ground truth
machine_learning/loss_functions.py:50:52 - Unknown word (BFCE) -- focal cross-entropy (BFCE) loss between true labels
machine_learning/loss_functions.py:57:5 - Unknown word (BCFE) -- BCFE = -Σ(alpha * (1 - y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Url: https://github.com/aspnetboilerplate/aspnetboilerplate
Args: '["**/*.{md,cs,cshtml}","--exclude=wwwroot","--exclude=**/*SampleApp.Tests/Web*"]'
Summary:
files: 2739
filesWithIssues: 848
issues: 2816
filesWithIssues: 845
issues: 2803
errors: 0
Errors: []

Expand Down Expand Up @@ -37,8 +37,6 @@ issues:
- "doc/WebSite/Caching.md:44:6 MYCACHE U and \"MYCACHE\" are two different caches"
- "doc/WebSite/Data-Filters.md:132:51 entitiy U need it for **common entitiy"
- "doc/WebSite/Data-Filters.md:162:61 stamement U don't use the using stamement,"
- "doc/WebSite/Data-Filters.md:336:72 EF's U the documentation on EF's"
- "doc/WebSite/Debugging.md:1:60 ABP's U may want to step into ABP's source"
- "doc/WebSite/Debugging.md:5:4 Sourcelink U **[Sourcelink](https://github.com"
- "doc/WebSite/Debugging.md:10:25 sourcelink U img src=\"images/enable-sourcelink.png\" alt=\"Enable Sourcelink"
- "doc/WebSite/Dependency-Injection.md:217:71 Ninject U frameworks, such as Unity, Ninject,"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: aspnetboilerplate/aspnetboilerplate
Url: "https://github.com/aspnetboilerplate/aspnetboilerplate"
Args: ["**/*.{md,cs,cshtml}","--exclude=wwwroot","--exclude=**/*SampleApp.Tests/Web*"]
Lines:
CSpell: Files checked: 2739, Issues found: 2816 in 848 files.
CSpell: Files checked: 2739, Issues found: 2803 in 845 files.
exit code: 1
CONTRIBUTING.md:28:30 - Unknown word (aspnetboilerplate) -- Documents are located in [/aspnetboilerplate/doc](https://github
LICENSE.md:3:25 - Unknown word (Volosoft) -- Copyright (c) 2013-2021 Volosoft (https://volosoft.com
Expand Down Expand Up @@ -33,9 +33,7 @@ doc/WebSite/Cached-Unique-Key-Per-User.md:132:143 - Unknown word (uniquekey)
doc/WebSite/Caching.md:44:6 - Unknown word (MYCACHE) -- and "MYCACHE" are two different caches
doc/WebSite/Data-Filters.md:132:51 - Unknown word (entitiy) -- need it for **common entitiy
doc/WebSite/Data-Filters.md:162:61 - Unknown word (stamement) -- don't use the using stamement,
doc/WebSite/Data-Filters.md:336:72 - Unknown word (EF's) -- the documentation on EF's
doc/WebSite/Debugging.md:10:25 - Unknown word (sourcelink) -- img src="images/enable-sourcelink.png" alt="Enable Sourcelink
doc/WebSite/Debugging.md:1:60 - Unknown word (ABP's) -- may want to step into ABP's source
doc/WebSite/Debugging.md:5:4 - Unknown word (Sourcelink) -- **[Sourcelink](https://github.com
doc/WebSite/Dependency-Injection.md:217:71 - Unknown word (Ninject) -- frameworks, such as Unity, Ninject,
doc/WebSite/Dependency-Injection.md:218:19 - Unknown word (Autofac) -- StructureMap, and Autofac.
Expand Down
6 changes: 4 additions & 2 deletions integration-tests/snapshots/caddyserver/caddy/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["**/*.go"]'
Summary:
files: 275
filesWithIssues: 255
issues: 4105
issues: 4109
errors: 0
Errors: []

Expand Down Expand Up @@ -50,6 +50,7 @@ issues:
- "caddyconfig/caddyfile/parse_test.go:665:13 foofoobarbar U expect: \"foofoobarbar\","
- "caddyconfig/caddyfile/parse_test.go:677:13 foobarfoobar U expect: \"foobarfoobar\","
- "caddyconfig/caddyfile/parse_test.go:689:13 foobarbaz U expect: \"foobarbaz\","
- "caddyconfig/caddyfile/parse_test.go:693:23 baz U expect: \"foo$FOOBARbaz\", // should not chain"
- "caddyconfig/caddyfile/parse.go:391:13 elee U // TODO(elee1766): we don't enter"
- "caddyconfig/caddyfile/parse.go:725:36 Curlies U parser) blockTokens(retainCurlies bool) ([]Token, error"
- "caddyconfig/caddyfile/parse.go:726:21 curlies U // block must have curlies."
Expand Down Expand Up @@ -311,8 +312,9 @@ issues:
- "modules/caddyhttp/reverseproxy/httptransport_test.go:13:712 NBIEN U GqQYMBYxFDASBgNVBAMMC0Vhc3ktUlNBIENBghR8hE5uNY1QDiPFD/THwE"
- "modules/caddyhttp/reverseproxy/httptransport_test.go:13:752 NVHRMEBTADAQH U QDiPFD/THwE4K8TZXDjAMBgNVHRMEBTADAQH/MAsGA1UdDwQEAwIBBjANBgkqhkiG"
- "modules/caddyhttp/reverseproxy/httptransport_test.go:13:786 Bgkqhki U MAsGA1UdDwQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAQEAKB3V"
- "modules/caddyhttp/reverseproxy/httptransport_test.go:13:797 BAQs U UdDwQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAQEAKB3V4HIzoiO"
- "modules/caddyhttp/reverseproxy/httptransport_test.go:13:801 FAAOCAQEAKB U UdDwQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAQEAKB3V4HIzoiO/Ch6WMj9bLJ"
- "modules/caddyhttp/reverseproxy/httptransport_test.go:13:817 zoi U BAQsFAAOCAQEAKB3V4HIzoiO/Ch6WMj9bLJ2FGbpkMrcb"
- "modules/caddyhttp/reverseproxy/httptransport_test.go:13:816 Izoi U w0BAQsFAAOCAQEAKB3V4HIzoiO/Ch6WMj9bLJ2FGbpkMrcb"
- "modules/caddyhttp/reverseproxy/httptransport_test.go:13:834 Gbpk U V4HIzoiO/Ch6WMj9bLJ2FGbpkMrcb/Eq01hT5zcfKD66lVS"
- "modules/caddyhttp/reverseproxy/httptransport_test.go:13:838 Mrcb U HIzoiO/Ch6WMj9bLJ2FGbpkMrcb/Eq01hT5zcfKD66lVS1MlK"
- "modules/caddyhttp/reverseproxy/httptransport_test.go:13:885 qmrmtdwr U cRL446Z2b2KDP1oFyVs+qmrmtdwrWgD+nfe2sBmmIHo9m9KygMkEOfG"
Expand Down
Loading

0 comments on commit 06a1a2b

Please sign in to comment.