.github: workflows: codestyle: Drop --codespellfile

With the backported patch to checkpatch.pl the dictionary.txt location
should automagically found and no need to specify it by hand.

Suggested-by: Marc Herbert <marc.herbert@intel.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
This commit is contained in:
Peter Ujfalusi 2021-10-21 12:34:08 +03:00 committed by Liam Girdwood
parent 81c8279590
commit aad035ac1e
1 changed files with 1 additions and 2 deletions

View File

@ -21,8 +21,7 @@ jobs:
PR_NUM: ${{github.event.number}} PR_NUM: ${{github.event.number}}
# TODO: reduce duplication with scripts/sof-*-commit-hook.sh # TODO: reduce duplication with scripts/sof-*-commit-hook.sh
# thanks to either some .conf file or some wrapper script # thanks to either some .conf file or some wrapper script
CHK_CMD_OPTS: --ignore UNKNOWN_COMMIT_ID --codespell --codespellfile CHK_CMD_OPTS: --ignore UNKNOWN_COMMIT_ID --codespell
/usr/lib/python3/dist-packages/codespell_lib/data/dictionary.txt
--ignore C99_COMMENT_TOLERANCE --ignore C99_COMMENT_TOLERANCE
steps: steps:
# depth 2 so: # depth 2 so: