commit 27bb127924980c1cf27874cc1c5ddce8532d0620
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Mon Jun 20 18:52:55 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Mon Jun 20 18:52:55 2022 +0300
Change clang-format version to 14
The syntax of AlignOperands option changed in backwards incompatible
way at some point. It's not documented what version so just use current latest.
---
.github/workflows/cpp-linter.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml
index 60a94edd..b9c7fa88 100644
--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -26,6 +26,7 @@ jobs:
with:
style: file
lines-changed-only: true
+ version: 14
tidy-checks: >-
boost-*
,bugprone-*