aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/.clang-tidy6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 1b74f21..53f37b1 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -5,7 +5,6 @@ Checks: >
*,
-*-else-after-return,
-*-magic-numbers,
- -*-uppercase-literal-suffix,
-altera-*,
-bugprone-easily-swappable-parameters,
-bugprone-macro-parentheses,
@@ -21,3 +20,8 @@ Checks: >
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file
+CheckOptions:
+ - key: hicpp-uppercase-literal-suffix.NewSuffixes
+ value: L;U;f
+ - key: readability-uppercase-literal-suffix.NewSuffixes
+ value: L;U;f