Update clang-format (#5112)
Bump minimum clang-format version to 15 (the previously used 10 is not in the ubuntu-22.04 repo) Reformat several files Re-enable format and strings CI checkers JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
This commit is contained in:
@@ -30,7 +30,7 @@ RE_DIRECTIVE_COMMENT = re.compile(r"^#\s*(else|endif)$", re.MULTILINE)
|
||||
RE_FUNCTION_NAME_COMMENT = re.compile(
|
||||
r"^\}(?!(?:\s\/\*\s\w+\s\*\/$|\s?\w*;))", re.MULTILINE)
|
||||
|
||||
CLANG_FORMAT_MIN_VERSION = 10
|
||||
CLANG_FORMAT_MIN_VERSION = 15
|
||||
|
||||
FOLDERS = ["jerry-core",
|
||||
"jerry-ext",
|
||||
|
||||
Reference in New Issue
Block a user