Add "ro" to the codespell exclusion list
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 12 Sep 2022 13:45:00 +0000 (13:45 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 12 Sep 2022 13:45:00 +0000 (13:45 +0000)
We use "ro" as a standard abbreviation for "read only," but it seems
that codespell has recently started to not like it.

.codespellrc

index c7331af..e96450b 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright (c) 2020-2021 mudpy authors. Permission to use, copy,
+# Copyright (c) 2020-2022 mudpy authors. Permission to use, copy,
 # modify, and distribute this software is granted under terms
 # provided in the LICENSE file distributed with this software.
 
 [codespell]
-ignore-words-list = files',wont,teh,theyre,youre
+ignore-words-list = files',ro,teh,theyre,wont,youre
 skip = *.log,*.pyc,.eggs,.git,.tox,build,data