Skip to content

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Sep 16, 2025

The "codespell" tool is used to check for commonly misspelled words in the project files.

As part of a recent update, "indx" was added to the misspelled words dictionary as a misspelling of "index". The project contains a variable named "indx", so the spell check started failing following that update. Although it is questionable whether using a variable name that is shortened from the related correct word by only a single letter, it is also not objectively wrong. Since it is believed that this was an intentional choice by the developer, the spell check failure can be considered spurious. In this case, the correct resolution is to configure codespell to ignore this word.

The "codespell" tool is used to check for commonly misspelled words in the project files.

As part of a recent update, "indx" was added to the misspelled words dictionary as a misspelling of "index". The project
contains a variable named "indx", so the spell check started failing following that update. Although it is questionable
whether using a variable name that is shortened from the related correct word by only a single letter, it is also not
objectively wrong. Since it is believed that this was an intentional choice by the developer, the spell check failure
can be considered spurious. In this case, the correct resolution is to configure codespell to ignore this word.
@per1234 per1234 self-assigned this Sep 16, 2025
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: infrastructure Related to project infrastructure labels Sep 16, 2025
@per1234 per1234 merged commit bd6155f into arduino-libraries:master Sep 16, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant