Skip to content

Fix code quality issues by adding missing words to cspell dictionary#58

Merged
Malcolmnixon merged 3 commits intomainfrom
copilot/fix-code-quality-issues
Jan 13, 2026
Merged

Fix code quality issues by adding missing words to cspell dictionary#58
Malcolmnixon merged 3 commits intomainfrom
copilot/fix-code-quality-issues

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 13, 2026

The CI build was failing quality checks due to cspell reporting 27 unknown words across 5 files—all legitimate technical terms specific to VHDL simulators and project documentation.

Changes

Added 16 missing words to .cspell.json:

  • Trace matrix documentation: tracematrix
  • ActiveHDL simulator: vsimsa, alib, worklib, acom, asim, endsim
  • ModelSim simulator: vlib, vcom, vsim, endsim
  • Vivado simulator: nolog, xvhdl, runall, xelab
  • System environment: PATHEXT

Note: Removed redundant uppercase VSIM entry—cspell handles case-insensitive matching via the lowercase vsim entry.

Original prompt

This section details on the original issue you should resolve

<issue_title>[Feature]: Code Quality</issue_title>
<issue_description>### Problem Statement

The CI build is reporting quality enforcement issues.

Proposed Solution

Fix all quality issues

Alternatives Considered

No response

Feature Area

Other

Priority

Critical - Blocking my work

Use Case

CI build functionality

Additional Context

The following issues are being reported, but others want to be checked:

docs/tracematrix/definition.yaml:6:10 Unknown word (tracematrix)
docs/tracematrix/definition.yaml:11:10 Unknown word (tracematrix)
docs/tracematrix/definition.yaml:12:10 Unknown word (tracematrix)
docs/tracematrix/definition.yaml:13:5 Unknown word (tracematrix)

Code of Conduct

  • I agree to follow this project's Code of Conduct</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits January 13, 2026 21:31
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix CI build quality enforcement issues Fix code quality issues by adding missing words to cspell dictionary Jan 13, 2026
Copilot AI requested a review from Malcolmnixon January 13, 2026 21:34
@Malcolmnixon Malcolmnixon marked this pull request as ready for review January 13, 2026 22:03
@Malcolmnixon Malcolmnixon merged commit ff95fba into main Jan 13, 2026
21 checks passed
@Malcolmnixon Malcolmnixon deleted the copilot/fix-code-quality-issues branch January 13, 2026 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Code Quality

2 participants