1
0
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:
Alexandre Abadie 2021-01-07 22:12:15 +01:00
parent 339015ba58
commit 5b279c8a3f
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -110,3 +110,6 @@ Chang
# chang (common name) => change
chang
# filp (variable name for file pointer) => flip
filp