We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f2235 commit f345dc3Copy full SHA for f345dc3
src/.clang-tidy
@@ -1,6 +1,7 @@
1
Checks: '
2
-*,
3
bugprone-argument-comment,
4
+bugprone-use-after-move,
5
misc-unused-using-decls,
6
modernize-use-default-member-init,
7
modernize-use-nullptr,
@@ -11,6 +12,7 @@ readability-redundant-string-init,
11
12
'
13
WarningsAsErrors: '
14
15
16
17
18
0 commit comments