Skip to content

Commit d1b4ae0

Browse files
authored
fix(lint): Lock clang-tidy to v19 until we can upgrade our code to fix new v20 issues; Lock clang-format to v19 until we upgrade to newest yscope-dev-utils config. (#38)
1 parent 8c30cec commit d1b4ae0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lint-requirements.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
clang-format>=19.1.6
2-
clang-tidy>=19.1.0
1+
# Lock to v19.x until we can upgrade our code to fix new v20 issues.
2+
clang-format~=19.1
3+
# Lock to v19.x until we can upgrade our code to fix new v20 issues.
4+
clang-tidy~=19.1
35
colorama>=0.4.6
46
gersemi>=0.16.2
57
yamllint>=1.35.1

0 commit comments

Comments
 (0)