We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b9e5b commit 357b85fCopy full SHA for 357b85f
1 file changed
.clang-tidy
@@ -3,14 +3,13 @@ Checks: >
3
bugprone-*,
4
performance-*,
5
modernize-*,
6
+ -readability-braces-around-statements,
7
readability-misleading-indentation,
8
readability-redundant-smartptr-get,
9
-modernize-use-trailing-return-type,
10
-modernize-avoid-c-arrays,
- -bugprone-easily-swappable-parameters
11
- # Suppressing spammy ones for now
12
-modernize-use-nodiscard,
13
- -readability-braces-around-statements,
+ -bugprone-easily-swappable-parameters
14
15
# These warnings have determined to be critical and are as such treated as errors
16
WarningsAsErrors: >
0 commit comments