1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Add Spell ignore

Add `samply` and `flamegraph` to spell ignore lists.
This commit is contained in:
Ben Schofield 2023-08-24 11:15:03 -06:00
parent 903490a9c8
commit 4d78ca47b1
2 changed files with 4 additions and 0 deletions

View file

@ -83,6 +83,8 @@ codespell
commitlint commitlint
dprint dprint
dtrace dtrace
flamegraph
flamegraphs
gcov gcov
gmake gmake
grcov grcov
@ -90,6 +92,7 @@ grep
markdownlint markdownlint
rerast rerast
rollup rollup
samply
sed sed
selinuxenabled selinuxenabled
sestatus sestatus

View file

@ -1,3 +1,4 @@
<!-- spell-checker:ignore samply flamegraph flamegraphs -->
# Benchmarking rm # Benchmarking rm
Run `cargo build --release` before benchmarking after you make a change! Run `cargo build --release` before benchmarking after you make a change!