forked from Mick1998/name-generator
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.clang-tidy
More file actions
26 lines (26 loc) · 721 Bytes
/
Copy path.clang-tidy
File metadata and controls
26 lines (26 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
Checks: >
-*,
bugprone-*,
cppcoreguidelines-*,
hicpp-*,
misc-*,
modernize-*,
performance-*,
readability-*,
-modernize-use-trailing-return-type,
-readability-identifier-length,
-cppcoreguidelines-non-private-member-variables-in-classes,
-misc-non-private-member-variables-in-classes,
-cppcoreguidelines-pro-bounds-avoid-unchecked-container-access,
-cppcoreguidelines-avoid-magic-numbers,
-readability-magic-numbers,
-bugprone-exception-escape,
-hicpp-braces-around-statements,
-readability-braces-around-statements,
-readability-math-missing-parentheses,
-misc-include-cleaner
WarningsAsErrors: ''
HeaderFilterRegex: 'dasmig/.*\.hpp'
ExtraArgs: ['-std=c++23']
FormatStyle: file