check-style: Add clang-format-18 to list of supported versions
This commit is contained in:
committed by
Eduardo Almeida
parent
c69ffe0206
commit
154bf7acb9
@@ -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