Skip to content

Commit

Permalink
fix: remove codespell arguments in lint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
teccheck committed Dec 12, 2024
1 parent 2eeb967 commit 1f52c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fail() {
}

run_codespell() {
codespell app/src -S "app/src/main/res/values-*" || fail codespell $?
codespell || fail codespell $?
}

run_ktlint() {
Expand Down

0 comments on commit 1f52c79

Please sign in to comment.