Skip to content

Commit

Permalink
Add WEL to the list of ignored words for codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
crasbe committed Apr 19, 2024
1 parent c293317 commit 0131496
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/tools/codespell/ignored_words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,6 @@ fram

# MIS (mask interrupt register)
mis

# WEL (Write Enable Latch, used for SPI NOR Flashs)

Check failure on line 178 in dist/tools/codespell/ignored_words.txt

View workflow job for this annotation

GitHub Actions / static-tests

There is a typo: WEL ==> WELL If this is a false positive, add it to dist/tools/codespell/ignored_words.txt. You can fix this interactively by calling CODESPELL_INTERACTIVE=1 BASE_BRANCH=master ./dist/tools/codespell/check.sh
WEL

Check failure on line 179 in dist/tools/codespell/ignored_words.txt

View workflow job for this annotation

GitHub Actions / static-tests

There is a typo: WEL ==> WELL If this is a false positive, add it to dist/tools/codespell/ignored_words.txt. You can fix this interactively by calling CODESPELL_INTERACTIVE=1 BASE_BRANCH=master ./dist/tools/codespell/check.sh

0 comments on commit 0131496

Please sign in to comment.