refactor: disable clang-tidy checks for imgui backends
Some checks reported errors
continuous-integration/drone/pr Build was killed

This commit is contained in:
light7734 2025-07-20 08:06:19 +03:30
parent a74e23051c
commit 7d02876d12
Signed by: light7734
GPG key ID: 8C30176798F1A6BA
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# Disable all checks in this subdirectory
Checks: '-*'

View file

@ -0,0 +1,3 @@
# Disable all checks in this subdirectory
Checks: '-*'