We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e088bfb commit 3720340Copy full SHA for 3720340
.github/workflows/checkpatch.yml
@@ -15,4 +15,4 @@ jobs:
15
run: wget https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/scripts/checkpatch.pl
16
17
- name: Run checkpatch.pl
18
- run: perl checkpatch.pl --ignore BAD_SIGN_OFF,FILE_PATH_CHANGES --no-tree <(git format-patch --stdout origin/master)
+ run: perl checkpatch.pl --ignore BAD_SIGN_OFF,FILE_PATH_CHANGES,LINUX_VERSION_CODE --no-tree <(git format-patch --stdout origin/master)
0 commit comments