Skip to content

Commit

Permalink
checkpatch: set max line length to 80
Browse files Browse the repository at this point in the history
Similar to what is done in Netdev.

Link: linux-netdev/nipa#41
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Nov 2, 2024
1 parent 484852a commit 8ad11e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ get_commit_md() {
CHECKPATCH_DETAILS="./checkpatch-details.txt"
_checkpatch() {
./scripts/checkpatch.pl \
--strict \
--strict --max-line-length=80 \
--codespell --codespellfile /usr/lib/python3/dist-packages/codespell_lib/data/dictionary.txt \
-g HEAD 2>&1 | tee "${TMPFILE}" >&2

Expand Down

0 comments on commit 8ad11e9

Please sign in to comment.