From 7ec802019c09235c55975f998b52e1ac34ee22fc Mon Sep 17 00:00:00 2001 From: davidlion Date: Mon, 7 Jul 2025 19:44:45 -0400 Subject: [PATCH] fix(cmake): Apply formatting changes from latest gersemi version and update lint-requirement.txt. --- cmake/ystdlib-helpers.cmake | 11 ++++++----- lint-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/cmake/ystdlib-helpers.cmake b/cmake/ystdlib-helpers.cmake index ca95d981..5173eabe 100644 --- a/cmake/ystdlib-helpers.cmake +++ b/cmake/ystdlib-helpers.cmake @@ -106,11 +106,12 @@ function(add_cpp_library) target_sources( ${ARG_NAME} PUBLIC - FILE_SET HEADERS - BASE_DIRS - "$" - "$" - FILES ${ARG_PUBLIC_HEADERS} + FILE_SET + HEADERS + BASE_DIRS + "$" + "$" + FILES ${ARG_PUBLIC_HEADERS} ) endfunction() diff --git a/lint-requirements.txt b/lint-requirements.txt index 9c928ef3..8813c975 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,5 +1,5 @@ clang-format>=20.1.0 clang-tidy>=19.1.0 colorama>=0.4.6 -gersemi>=0.16.2 +gersemi>=0.20.0 yamllint>=1.35.1