diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 2e265906dca6..6c0577a093ce 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -22,7 +22,7 @@ jobs: # TODO: reduce duplication with scripts/sof-*-commit-hook.sh # thanks to either some .conf file or some wrapper script CHK_CMD_OPTS: --ignore UNKNOWN_COMMIT_ID --codespell - --ignore C99_COMMENT_TOLERANCE + steps: # depth 2 so: # ^1. we can show the Subject of the current target branch tip diff --git a/scripts/sof-post-commit-hook.sh b/scripts/sof-post-commit-hook.sh index b72aae70cc07..171ab58a2471 100755 --- a/scripts/sof-post-commit-hook.sh +++ b/scripts/sof-post-commit-hook.sh @@ -7,4 +7,4 @@ set -e # and with .github/workflows/ with either some .conf file # or some wrapper script exec git show --format=email HEAD | - ./scripts/checkpatch.pl --no-tree --strict --codespell --ignore C99_COMMENT_TOLERANCE + ./scripts/checkpatch.pl --no-tree --strict --codespell