check-style, ci, doc: Raise minimum clang-format version to 15
This commit is contained in:
@@ -46,7 +46,6 @@ to produce consistent output among themselves.
|
||||
* clang-format-17
|
||||
* clang-format-16
|
||||
* clang-format-15
|
||||
* clang-format-14
|
||||
|
||||
Integration with IDEs
|
||||
=====================
|
||||
|
||||
@@ -41,7 +41,7 @@ from typing import Callable, Dict, List, Tuple
|
||||
# PARAMETERS
|
||||
###########################################################
|
||||
CLANG_FORMAT_MAX_VERSION = 17
|
||||
CLANG_FORMAT_MIN_VERSION = 14
|
||||
CLANG_FORMAT_MIN_VERSION = 15
|
||||
|
||||
FORMAT_GUARD_ON = [
|
||||
"// clang-format on",
|
||||
|
||||
@@ -21,10 +21,10 @@ check-style-clang-format-17:
|
||||
variables:
|
||||
CLANG_FORMAT_VERSION: 17
|
||||
|
||||
check-style-clang-format-14:
|
||||
check-style-clang-format-15:
|
||||
extends: .check-style-clang-format
|
||||
variables:
|
||||
CLANG_FORMAT_VERSION: 14
|
||||
CLANG_FORMAT_VERSION: 15
|
||||
|
||||
# Clang-tidy
|
||||
clang-tidy-18:
|
||||
|
||||
Reference in New Issue
Block a user