Skip to content

Commit

Permalink
Add just codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Apr 20, 2022
1 parent 03e476e commit 4c14094
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# `cargo install just`
# https://github.com/casey/just

codespell:
codespell -L crate -S target -C 10 -S mutants.out*

0 comments on commit 4c14094

Please sign in to comment.