aboutsummaryrefslogtreecommitdiffstats
path: root/src/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r--src/.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index c658ae96..b47291f2 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -2,8 +2,9 @@ Checks: >
*,
-*-magic-numbers,
-*-uppercase-literal-suffix,
- -altera-struct-pack-align,
+ -altera-*,
-bugprone-branch-clone,
+ -bugprone-easily-swappable-parameters,
-bugprone-reserved-identifier,
-bugprone-suspicious-string-compare,
-cert-dcl37-c,