Update codespell: Add EMAC and fix 'lins'#2607
Conversation
|
I changed the base to stable. |
I added 'EMAC' to codespell-ignored-lines.txt, but codespell still flags it. I tried using the --ignore-words flag, but it didn't work |
|
There is only 1 file in this commit. Where do you have added it? |
now you can see it. |
|
Have you missed to add this file? https://github.com/Open-MSS/MSS/blob/develop/codespell-ignored-lines.txt |
No, the file is present, and I have made changes to it. |
|
Maybe read the documentation https://github.com/codespell-project/codespell for setting up words to become excluded. |
This helped, thank you! |
|
ignore coverage, that is a bit random, but don't ignore the linters. |
okk |
Fixes #2599