Skip to content

Commit

Permalink
test: some more missing configs from DDA
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Aug 6, 2023
1 parent b6a5869 commit b9cf37e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Checks: >
-modernize-use-trailing-return-type,
performance-*,
readability-*,
-bugprone-throw-keyword-missing,
-bugprone-branch-clone,
-bugprone-infinite-loop,
-bugprone-misplaced-widening-cast,
Expand All @@ -47,6 +48,7 @@ Checks: >
-cert-msc51-cpp,
-misc-non-private-member-variables-in-classes,
-misc-redundant-expression,
-misc-use-anonymous-namespace,
-modernize-avoid-bind,
-modernize-avoid-c-arrays,
-modernize-pass-by-value,
Expand Down Expand Up @@ -92,8 +94,12 @@ HeaderFilterRegex: '(src|test|tools).*'
FormatStyle: none

CheckOptions:
- key: readability-uppercase-literal-suffix.NewSuffixes
value: "L;UL;LL;ULL"
- key: cata-large-inline-function.MaxStatements
value: 5
- key: cata-text-style.EscapeUnicode
value: 0
- key: cert-oop54-cpp.WarnOnlyIfThisHasSuspiciousField
value: true
- key: readability-uppercase-literal-suffix.NewSuffixes
value: "L;UL;LL;ULL"
# vim:tw=0

0 comments on commit b9cf37e

Please sign in to comment.