Skip to content
Snippets Groups Projects

ci: checkpatch scans the entire MR

Merged Виталий Шунков requested to merge vshunkov/checkpatch into 2.11.5-picodata
+ 1
1
@@ -153,7 +153,7 @@ checkpatch:
- git fetch origin $CI_DEFAULT_BRANCH
- COUNT_COMMIT=$(git log --pretty=oneline HEAD...origin/$CI_DEFAULT_BRANCH | wc -l)
- checkpatch/checkpatch.pl --color=always --git HEAD~${COUNT_COMMIT}..HEAD
# run long tests and coverage on release build
coverage:
extends: .test
Loading