From c471b66592fe80c5ecb1e2991ebc39c2c2f6ddac Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 15 Jun 2020 15:56:12 -0400 Subject: [PATCH] MAINT: Check usage [ci skip] --- Makefile | 4 ++-- ignore_words.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 27816bdb37c..a68e628828c 100644 --- a/Makefile +++ b/Makefile @@ -105,10 +105,10 @@ flake: @echo "flake8 passed" codespell: # running manually - @codespell --builtin clear,rare,informal,names -w -i 3 -q 3 -S $(CODESPELL_SKIPS) --ignore-words=ignore_words.txt $(CODESPELL_DIRS) + @codespell --builtin clear,rare,informal,names,usage -w -i 3 -q 3 -S $(CODESPELL_SKIPS) --ignore-words=ignore_words.txt $(CODESPELL_DIRS) codespell-error: # running on travis - @codespell --builtin clear,rare,informal,names -i 0 -q 7 -S $(CODESPELL_SKIPS) --ignore-words=ignore_words.txt $(CODESPELL_DIRS) + @codespell --builtin clear,rare,informal,names,usage -i 0 -q 7 -S $(CODESPELL_SKIPS) --ignore-words=ignore_words.txt $(CODESPELL_DIRS) pydocstyle: @echo "Running pydocstyle" diff --git a/ignore_words.txt b/ignore_words.txt index 9153630e536..f7769cf756c 100644 --- a/ignore_words.txt +++ b/ignore_words.txt @@ -32,3 +32,4 @@ dof nwe thead sherif +master