check-style: Add clang-format-17 to list of supported versions
This commit is contained in:
@@ -38,6 +38,7 @@ previous versions.
|
||||
The following list contains the set of clang-format versions that are verified
|
||||
to produce consistent output among themselves.
|
||||
|
||||
* clang-format-17
|
||||
* clang-format-16
|
||||
* clang-format-15
|
||||
* clang-format-14
|
||||
|
||||
@@ -49,6 +49,7 @@ from typing import Callable, Dict, List, Tuple
|
||||
# PARAMETERS
|
||||
###########################################################
|
||||
CLANG_FORMAT_VERSIONS = [
|
||||
17,
|
||||
16,
|
||||
15,
|
||||
14,
|
||||
|
||||
Reference in New Issue
Block a user