Skip to content

Commit 001c342

Browse files
committed
Add "mut" to codespell whitelist
1 parent c51723e commit 001c342

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.codespell-whitelist

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mut

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- run:
8383
name: "Run codespell"
8484
command: |
85-
codespell --quiet-level=4
85+
codespell --quiet-level=4 -I .codespell-whitelist
8686
- run:
8787
name: "Install wabt"
8888
working_directory: ~/bin

0 commit comments

Comments
 (0)