aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-02-25 18:03:49 +0100
committerHampusM <hampus@hampusmat.com>2022-06-13 17:56:53 +0200
commit7eaf077f1f75194e15968e239ff69892e5e1b648 (patch)
tree909174674ea9f556467e6ea44d94c0780062b71c /.clang-tidy
parent63d35e97ac7b332616058c667f750b13006f2323 (diff)
style: improve clang-format & clang-tidy configs
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index c31d884..6fffdc8 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -12,7 +12,8 @@ Checks: '
-bugprone-reserved-identifier,
-google-readability-braces-around-statements,
-modernize-return-braced-init-list,
- -modernize-use-trailing-return-type'
+ -modernize-use-trailing-return-type,
+ -misc-non-private-member-variables-in-classes'
WarningsAsErrors: '*'
HeaderFilterRegex: '\/src\/'
AnalyzeTemporaryDtors: false