check-style: Add clang-format-18 to list of supported versions
This commit is contained in:
committed by
Eduardo Almeida
parent
c69ffe0206
commit
154bf7acb9
@@ -43,6 +43,7 @@ previous versions.
|
||||
The following list contains the set of clang-format versions that are verified
|
||||
to produce consistent output among themselves.
|
||||
|
||||
* clang-format-18
|
||||
* clang-format-17
|
||||
* clang-format-16
|
||||
* clang-format-15
|
||||
|
||||
@@ -41,7 +41,7 @@ from typing import Callable, Dict, List, Tuple
|
||||
###########################################################
|
||||
# PARAMETERS
|
||||
###########################################################
|
||||
CLANG_FORMAT_MAX_VERSION = 17
|
||||
CLANG_FORMAT_MAX_VERSION = 18
|
||||
CLANG_FORMAT_MIN_VERSION = 15
|
||||
|
||||
FORMAT_GUARD_ON = [
|
||||
|
||||
Reference in New Issue
Block a user