diff options
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r-- | src/.clang-tidy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy index 981e098..48a7467 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -8,7 +8,6 @@ Checks: > -hicpp-signed-bitwise, -llvm-header-guard, -llvmlibc-*, - -performance-no-int-to-ptr, -readability-function-cognitive-complexity, FormatStyle: file HeaderFilterRegex: 'pugl/.*' |