mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 16:01:18 +01:00
codespell: add filp to ignored words
filp is used as a variable name and trigger a false positive with flip
This commit is contained in:
parent
339015ba58
commit
5b279c8a3f
3
dist/tools/codespell/ignored_words.txt
vendored
3
dist/tools/codespell/ignored_words.txt
vendored
@ -110,3 +110,6 @@ Chang
|
||||
|
||||
# chang (common name) => change
|
||||
chang
|
||||
|
||||
# filp (variable name for file pointer) => flip
|
||||
filp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user