arduino / ArduinoCore-avr

The Official Arduino AVR core
https://www.arduino.cc
1.22k stars 1.04k forks source link

Fix spell check false positives by ignoring words #562

Closed per1234 closed 4 months ago

per1234 commented 4 months ago

The codespell spellchecker tool is used to automatically detect commonly misspelled words in the files of this project.

The misspelled words dictionary was expanded in the latest release of codespell. Some of the text in the project codebase happens to match against newly added entries, which caused codespell to produce false misspelled word detections.

Since the code that produced the detections is correct and intended, the false positives are resolved by configuring codespell to ignore the problematic words.