Skip to content

Commit

Permalink
fix: Workflow Bot -- Update Dictionaries (main) (#5783)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent f532c77 commit 9f1e2a5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["**","--exclude=**/Backup/**"]'
Summary:
files: 489
filesWithIssues: 452
issues: 14341
issues: 14344
errors: 0
Errors: []

Expand Down Expand Up @@ -1548,7 +1548,8 @@ issues:
- "Scripts/Generate_BIML_Script.sql:78:8 Delmited U , 'Delmited' \"@FlatFileType\""
- "Scripts/GenerateTSQLTimeSlices.sql:15:9 TIMEFROMPARTS U , TIMEFROMPARTS(0,0,0,0,0)"
- "Scripts/Get_Amazon_RDS_Instance_Size.sql:28:6 rdsadmin U EXEC rdsadmin.dbo.rds_read_error_log"
- "Scripts/Get_Coulmn_Statistics_By_Name.sql:33:28 allc U OBJECT_NAME(allc.object_id) + ''' AS"
- "Scripts/Get_Coulmn_Statistics_By_Name.sql:20:55 colum (column) U '\" no tables with colum name equal \"' + @columnName"
- "Scripts/Get_Coulmn_Statistics_By_Name.sql:33:28 allc U OBJECT_NAME(allc.object_id) + ''' AS"
- "Scripts/Get_CPU_Usage_Per_Database.sql:6:15 Leiba U <author>Eli Leiba</author>"
- "Scripts/Get_CPU_Usage_Per_Database.sql:21:44 Mili U DECIMAL (6, 3), [CPUTimeInMiliSeconds] * 1.0 /"
- "Scripts/Get_CPU_Usage_Per_Database.sql:25:14 execplanattr U dm_execplanattr.DatabaseID,"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: ktaranov/sqlserver-kit
Url: "https://github.com/ktaranov/sqlserver-kit.git"
Args: ["**","--exclude=**/Backup/**"]
Lines:
CSpell: Files checked: 489, Issues found: 14341 in 452 files.
CSpell: Files checked: 489, Issues found: 14344 in 452 files.
exit code: 1
./ADS/README.md:30:15 - Unknown word (Dacpac) -- | [SQL Server Dacpac]
./ADS/README.md:30:181 - Unknown word (wizarding) -- Provides an easy-to-use wizarding experience to deploy
Expand Down Expand Up @@ -2028,6 +2028,7 @@ Lines:
./Scripts/Get_CPU_Usage_Per_Database.sql:25:14 - Unknown word (execplanattr) -- dm_execplanattr.DatabaseID,
./Scripts/Get_CPU_Usage_Per_Database.sql:27:19 - Unknown word (execquerystats) -- SUM (dm_execquerystats.total_worker_time) AS
./Scripts/Get_CPU_Usage_Per_Database.sql:6:15 - Unknown word (Leiba) -- <author>Eli Leiba</author>
./Scripts/Get_Coulmn_Statistics_By_Name.sql:20:55 - Unknown word (colum) -- '" no tables with colum name equal "' + @columnName
./Scripts/Get_Coulmn_Statistics_By_Name.sql:33:28 - Unknown word (allc) -- OBJECT_NAME(allc.object_id) + ''' AS
./Scripts/Get_Create_or_Alter_Index_Progress.sql:3:18 - Unknown word (progrees) -- <summary>Track progrees CREATE or ALTER Index
./Scripts/Get_Latest_Success_and_Failure_Login.sql:16:10 - Unknown word (searchstring) -- DECLARE @searchstring1 nvarchar(500) = ''
Expand Down
6 changes: 3 additions & 3 deletions packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"@cspell/dict-docker": "^1.1.7",
"@cspell/dict-dotnet": "^5.0.2",
"@cspell/dict-elixir": "^4.0.3",
"@cspell/dict-en-common-misspellings": "^2.0.2",
"@cspell/dict-en-common-misspellings": "^2.0.3",
"@cspell/dict-en-gb": "1.1.33",
"@cspell/dict-en_us": "^4.3.22",
"@cspell/dict-en_us": "^4.3.23",
"@cspell/dict-filetypes": "^3.0.4",
"@cspell/dict-fonts": "^4.0.0",
"@cspell/dict-fsharp": "^1.0.1",
Expand Down Expand Up @@ -92,7 +92,7 @@
"@cspell/dict-ruby": "^5.0.2",
"@cspell/dict-rust": "^4.0.4",
"@cspell/dict-scala": "^5.0.2",
"@cspell/dict-software-terms": "^3.4.6",
"@cspell/dict-software-terms": "^3.4.7",
"@cspell/dict-sql": "^2.1.3",
"@cspell/dict-svelte": "^1.0.2",
"@cspell/dict-swift": "^2.0.1",
Expand Down
25 changes: 15 additions & 10 deletions pnpm-lock.yaml

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

0 comments on commit 9f1e2a5

Please sign in to comment.