From 198f32de5185371a986843cfb58ebfa088117096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=97=B1=20PixelyIon?= Date: Thu, 18 Feb 2021 12:07:39 +0000 Subject: [PATCH] Disable uninitialized variable clang-tidy warnings These create a lot of clutter when something was left uninitialized because it would be overwritten anyway. --- .idea/codeStyles/Project.xml | 16 ++++++++++++++++ .idea/inspectionProfiles/Project_Default.xml | 15 +++------------ .idea/runConfigurations.xml | 12 ------------ 3 files changed, 19 insertions(+), 24 deletions(-) delete mode 100644 .idea/runConfigurations.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 5878864a..d4813593 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -7,6 +7,22 @@