summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorPancakeTAS <pancake@mgnet.work>2026-07-03 16:15:45 +0200
committerPancakeTAS <pancake@mgnet.work>2026-07-03 16:30:05 +0200
commit5dea03465384a91466c293e55deabd0817c7e0bd (patch)
tree7e884acb1bba09fc86487f76ea06e7e1c22781cc /.clang-tidy
parentImplement version ioctl and expand comments (diff)
Implement framebuffer object
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
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