diff options
| author | PancakeTAS <pancake@mgnet.work> | 2026-07-03 16:15:45 +0200 |
|---|---|---|
| committer | PancakeTAS <pancake@mgnet.work> | 2026-07-03 16:30:05 +0200 |
| commit | 5dea03465384a91466c293e55deabd0817c7e0bd (patch) | |
| tree | 7e884acb1bba09fc86487f76ea06e7e1c22781cc /.clang-tidy | |
| parent | Implement version ioctl and expand comments (diff) | |
Implement framebuffer object
Diffstat (limited to '')
| -rw-r--r-- | .clang-tidy | 1 |
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 |
