We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad871cb + ff9736c commit c6bb902Copy full SHA for c6bb902
.github/workflows/checkpatch.yml
@@ -23,10 +23,4 @@ jobs:
23
sudo apt-get install patchutils python3-ply python3-git
24
- name: Run checkpatch
25
run: |
26
- git diff --patch FETCH_HEAD \
27
- | filterdiff \
28
- -x "a/src/jtag/drivers/libjaylink/*" \
29
- -x "a/tools/git2cl/*" \
30
- -x "a/.github/*" \
31
- -x "a/HACKING" \
32
- | ./tools/scripts/checkpatch.pl --no-signoff -
+ ./tools/scripts/checkpatch.pl --no-signoff --git FETCH_HEAD..HEAD
0 commit comments