Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/sof-post-commit-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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