diff options
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 9accc2c..b0dae44 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -2,8 +2,10 @@ Checks: > *, -*-magic-numbers, -*-uppercase-literal-suffix, + -altera-* -android-cloexec-fopen, -bugprone-branch-clone, + -bugprone-easily-swappable-parameters, -bugprone-macro-parentheses, -bugprone-narrowing-conversions, -bugprone-not-null-terminated-result, |