Skip to content

Fix spell check failures for git command options#4

Merged
Malcolmnixon merged 2 commits intomainfrom
copilot/fix-lint-quality-checks
Jan 29, 2026
Merged

Fix spell check failures for git command options#4
Malcolmnixon merged 2 commits intomainfrom
copilot/fix-lint-quality-checks

Conversation

Copy link
Contributor

Copilot AI commented Jan 29, 2026

Pull Request

Description

Spell checker flagged creatordate and oneline as unknown words in 8 locations across source and test files. These are valid git command options used in git tag --sort=creatordate and git log --oneline.

Added both terms to .cspell.json dictionary.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code quality improvement

Related Issues

Pre-Submission Checklist

Before submitting this pull request, ensure you have completed the following:

Build and Test

  • Code builds successfully: dotnet build --configuration Release
  • All tests pass: dotnet test --configuration Release
  • Code produces zero warnings

Code Quality

  • Code formatting is correct: dotnet format --verify-no-changes
  • New code has appropriate XML documentation comments
  • Static analyzer warnings have been addressed

Quality Checks

Please run the following checks before submitting:

  • Spell checker passes: cspell "**/*.{md,cs}"
  • Markdown linter passes: markdownlint "**/*.md"
  • YAML linter passes: yamllint '**/*.{yml,yaml}'

Testing

  • Added unit tests for new functionality
  • Updated existing tests if behavior changed
  • All tests follow the AAA (Arrange, Act, Assert) pattern
  • Test coverage is maintained or improved

Documentation

  • Updated README.md (if applicable)
  • Updated ARCHITECTURE.md (if applicable)
  • Added code examples for new features (if applicable)
  • Updated requirements.yaml (if applicable)

Additional Notes

Configuration-only change. No code or test modifications required.

Original prompt

The lint quality checks are failing - please run the checks and fix the isssues. They include:

src/DemaConsulting.BuildMark/RepoConnectors/GitHubRepoConnector.cs:80:63 Unknown word (creatordate)
src/DemaConsulting.BuildMark/RepoConnectors/GitHubRepoConnector.cs:113:59 Unknown word (oneline)
test/DemaConsulting.BuildMark.Tests/GitHubRepoConnectorTests.cs:73:55 Unknown word (creatordate)
test/DemaConsulting.BuildMark.Tests/GitHubRepoConnectorTests.cs:93:55 Unknown word (creatordate)
test/DemaConsulting.BuildMark.Tests/GitHubRepoConnectorTests.cs:112:20 Unknown word (oneline)
test/DemaConsulting.BuildMark.Tests/GitHubRepoConnectorTests.cs:134:20 Unknown word (oneline)
test/DemaConsulting.BuildMark.Tests/GitHubRepoConnectorTests.cs:155:20 Unknown word (oneline)
test/DemaConsulting.BuildMark.Tests/GitHubRepoConnectorTests.cs:176:20 Unknown word (oneline)

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix lint quality check issues in GitHubRepoConnector Fix spell check failures for git command options Jan 29, 2026
Copilot AI requested a review from Malcolmnixon January 29, 2026 16:20
@Malcolmnixon Malcolmnixon marked this pull request as ready for review January 29, 2026 16:25
@Malcolmnixon Malcolmnixon merged commit 4c101d9 into main Jan 29, 2026
10 checks passed
@Malcolmnixon Malcolmnixon deleted the copilot/fix-lint-quality-checks branch January 29, 2026 16:25
Copilot AI mentioned this pull request Feb 6, 2026
21 tasks
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.

2 participants