From 3bcd0a4e74b2bb5f6ec80ad464775442af84343c Mon Sep 17 00:00:00 2001 From: Mason Wilie Date: Wed, 24 Sep 2025 22:15:09 -0600 Subject: [PATCH] Changed GetOptions to use sequence --- .clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 3488457a..fd181737 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -78,5 +78,5 @@ WarningsAsErrors: >- readability-duplicate-include, HeaderFilterRegex: '.*\.(c|cxx|cpp)$' FormatStyle: none -CheckOptions: {} +CheckOptions: [] ...