diff options
author | yvt <i@yvt.jp> | 2021-10-16 10:17:15 +0900 |
---|---|---|
committer | yvt <i@yvt.jp> | 2021-10-16 10:17:15 +0900 |
commit | 332de00336096475aefb0dcbefa4e006aaff0ed4 (patch) | |
tree | c40875b7f26c2f15f1d182fba6ded2b26976e791 | |
parent | 044862cfc6869d6c12cfe95b8b72a1c6dbfb7ae5 (diff) | |
download | servo-332de00336096475aefb0dcbefa4e006aaff0ed4.tar.gz servo-332de00336096475aefb0dcbefa4e006aaff0ed4.zip |
chore(mach): update the required clang-format version to 13
-rw-r--r-- | python/servo/testing_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index ae3bd0f6d2a..c5d8404eb83 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -49,7 +49,7 @@ WEB_PLATFORM_TESTS_PATH = os.path.join("tests", "wpt", "web-platform-tests") SERVO_TESTS_PATH = os.path.join("tests", "wpt", "mozilla", "tests") CLANGFMT_CPP_DIRS = ["support/hololens/"] -CLANGFMT_VERSION = "12" +CLANGFMT_VERSION = "13" TEST_SUITES = OrderedDict([ ("tidy", {"kwargs": {"all_files": False, "no_progress": False, "self_test": False, |