aboutsummaryrefslogtreecommitdiff
path: root/.ci/.gitlab-ci-checkcommit.sh
diff options
context:
space:
mode:
authorRoman Stratiienko <roman.o.stratiienko@globallogic.com>2022-04-28 15:42:36 +0300
committerRoman Stratiienko <roman.o.stratiienko@globallogic.com>2022-05-09 18:19:45 +0300
commitcf80b9b1586c7344c1b9955a4c1a83028efb89e3 (patch)
tree3e1e30c181fa849f09e96b55922c842700d3a480 /.ci/.gitlab-ci-checkcommit.sh
parentf87d808e2939a8e5cd1d0d5c580ed4de4e9a6f2a (diff)
downloaddrm_hwcomposer-cf80b9b1586c7344c1b9955a4c1a83028efb89e3.tar.gz
drm_hwcomposer: CI: Bump clang toolchain version to v14
Additionally: 1. Fix new clang-tidy findings 2. Disable readability-identifier-length check for all tidy levels Signed-off-by: Roman Stratiienko <roman.o.stratiienko@globallogic.com>
Diffstat (limited to '.ci/.gitlab-ci-checkcommit.sh')
-rwxr-xr-x.ci/.gitlab-ci-checkcommit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/.gitlab-ci-checkcommit.sh b/.ci/.gitlab-ci-checkcommit.sh
index c9c2e49..c6f7c4e 100755
--- a/.ci/.gitlab-ci-checkcommit.sh
+++ b/.ci/.gitlab-ci-checkcommit.sh
@@ -50,7 +50,7 @@ git log --pretty='%h' FETCH_HEAD..HEAD | while read h; do
exit 1
fi
- git show "$h" -- | clang-format-diff-13 -p 1 -style=file > /tmp/format-fixup.patch
+ git show "$h" -- | clang-format-diff-14 -p 1 -style=file > /tmp/format-fixup.patch
if [ -s /tmp/format-fixup.patch ]; then
cat /tmp/format-fixup.patch >&2
exit 1