Skip to content

Conversation

@olegbbtr
Copy link
Contributor

Add misspell linter to catch common spelling mistakes in comments, strings, and documentation. Configure with US locale to maintain consistent spelling across the codebase.

This helps maintain code quality by preventing common typos and ensuring consistent spelling in the codebase documentation.

NOTE: vibe-coded with Cursor.

Add misspell linter to catch common spelling mistakes in comments,
strings, and documentation. Configure with US locale to maintain
consistent spelling across the codebase.

This helps maintain code quality by preventing common typos and
ensuring consistent spelling in the codebase documentation.

NOTE: vibe-coded with Cursor

Signed-off-by: Oleg Vasilev <[email protected]>
@olegbbtr olegbbtr requested a review from Copilot April 11, 2025 16:54
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.

@sharnoff
Copy link
Contributor

We should already have codespell — what's your thinking for switching to this instead?


# see: <https://golangci-lint.run/usage/linters/#misspell>
misspell:
locale: US
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's try with UK locale?

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.

3 participants