aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy8
1 files changed, 1 insertions, 7 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 013eda7..f8c3249 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -6,14 +6,8 @@ Checks: >
-*-macro-to-enum,
-*-magic-numbers,
-altera-*,
- -bugprone-assignment-in-if-condition,
-bugprone-easily-swappable-parameters,
- -bugprone-macro-parentheses,
- -clang-diagnostic-unused-function,
- -clang-diagnostic-unused-macros,
-llvmlibc-*,
- -misc-include-cleaner,
- -performance-no-int-to-ptr,
-readability-identifier-length,
CheckOptions:
- key: hicpp-uppercase-literal-suffix.NewSuffixes
@@ -21,5 +15,5 @@ CheckOptions:
- key: readability-uppercase-literal-suffix.NewSuffixes
value: L;U;f
FormatStyle: file
-HeaderFilterRegex: 'lv2/.*\.h'
+HeaderFilterRegex: 'lv2/.*\.h$'
WarningsAsErrors: '*'