Skip to content

Commit

Permalink
remove codepsell config
Browse files Browse the repository at this point in the history
Signed-off-by: Thing-han, Lim <[email protected]>
  • Loading branch information
potsrevennil committed Mar 26, 2024
1 parent 6e5dee2 commit 84cfa38
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
5 changes: 0 additions & 5 deletions .codespellrc

This file was deleted.

3 changes: 1 addition & 2 deletions dev-support/bin/style
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ set -o nounset
set -o pipefail

ROOT="$(realpath "$(dirname "$0")"/../../)"
DEVSUPPORT="$(realpath "$(dirname "$0")"/../)"
CURDIR="$(realpath "$(dirname "$0")")"
. "$CURDIR/log"

Expand All @@ -19,7 +18,7 @@ info "Formatting shell scripts"
shfmt -s -w -l -i 2 -ci -fn $(shfmt -f $(git grep -l '' :/))

info "Chekcking misspellings"
codespell --skip "$ROOT/.direnv,$ROOT/.git,$ROOT/libopencm3" --ignore-words "$DEVSUPPORT/codespell-ignore-words" "$ROOT"
codespell --skip "$ROOT/.direnv,$ROOT/.git,$ROOT/libopencm3,*.c,*.h" "$ROOT"

info "Formatting c files"
# shellcheck disable=SC2046
Expand Down
4 changes: 0 additions & 4 deletions dev-support/codespell-ignore-words

This file was deleted.

0 comments on commit 84cfa38

Please sign in to comment.