From 4c1409442ea7988f6cee94cd051c9b2b2fa5cf88 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Wed, 20 Apr 2022 07:32:03 -0700 Subject: [PATCH] Add `just codespell` --- justfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 00000000..14d0ddcd --- /dev/null +++ b/justfile @@ -0,0 +1,5 @@ +# `cargo install just` +# https://github.com/casey/just + +codespell: + codespell -L crate -S target -C 10 -S mutants.out*