From 950df27caa2763d801f7d30fe41f0c44ee38a842 Mon Sep 17 00:00:00 2001 From: Michael Orlov Date: Thu, 5 Jan 2023 16:47:22 -0800 Subject: [PATCH] Update static code analysis tools settings - Disabled Clazy by default (This is analysis tool for QT) - Disabled check for unused code. Rationale: - A lot of false positives, - Affects performance, - We don't care too much about it on practice. - Enabled ClangTidy for `Project Source Files` only. Rationale: - performance optimization - Enabled MISRA rules. Rationale: - We do need to check misra rules for certified code. - It will be handy for MISRA violations fixes and justification. Signed-off-by: Michael Orlov --- editor.xml | 2 ++ inspection/ApexAI Default.xml | 17 +++++++++++++++++ inspection/Default.xml | 3 +++ 3 files changed, 22 insertions(+) create mode 100644 inspection/ApexAI Default.xml create mode 100644 inspection/Default.xml diff --git a/editor.xml b/editor.xml index 8e642a0..1a59b4a 100644 --- a/editor.xml +++ b/editor.xml @@ -1,5 +1,7 @@ + +