From 5dea03465384a91466c293e55deabd0817c7e0bd Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Fri, 3 Jul 2026 16:15:45 +0200 Subject: Implement framebuffer object --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 8044098..d016a19 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -24,6 +24,7 @@ Checks: - -bugprone-easily-swappable-parameters - -portability-avoid-pragma-once # Various checks that interfere with C-to-C++ style code are disabled +- -cppcoreguidelines-pro-bounds-constant-array-index - -cppcoreguidelines-pro-bounds-pointer-arithmetic - -cppcoreguidelines-pro-type-reinterpret-cast - -cppcoreguidelines-pro-type-vararg -- cgit v1.3.1